#06234D

Color #06234D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #06234D

Tints of Sapphire #06234D

Color information

#06234D (or 0x06234D) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 4D. RGB value is (6,35,77). Sum of RGB (Red+Green+Blue) = 6+35+77=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #06234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06234D is #F9DCB2. Grayscale: #1E1E1E. Windows color (decimal): -16374963 or 5055238. OLE color: 5055238.

HSL color Cylindrical-coordinate representation of color #06234D: hue angle of 215.49º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06234D is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB63577-
CMYK0.920.5500.70
HSL215.49º85.54%16.27%-
HSV(B)215.49º92.21%30.2%-
XYZ2.021.787.26-
YUV31.12153.89110.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=5.08%
G=29.66%
B=65.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal635770.920.5500.70215.4985.5416.27
Hex6234D5C37046d75610
Octal64311513467010632712620
Binary110100011100110110111001101110100011011010111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06234D; }

 p { color: rgb(6,35,77); }

 H1.HeaderClassName
 {
   color: #06234D;
 }
 .AnyTagClassName
 {
   color: #06234D;
 }
</style>
background-color css

<style>
 a { background-color: #06234D; }

 a { background-color: rgb(6,35,77); }

 div.DivClassName
 {
   background-color: #06234D;
 }
 .BgClassName
 {
   background-color: #06234D;
 }
</style>
border-color css

<style>
 span { border-color: #06234D; }

 span { border-color: rgb(6,35,77); }

 td.TdClassName
 {
   border-color: #06234D;
 }
 .TagClassName
 {
   border-color: #06234D;
 }
</style>