#06234B

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

Shades of Sapphire #06234B

Tints of Sapphire #06234B

Color information

#06234B (or 0x06234B) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 4B. RGB value is (6,35,75). Sum of RGB (Red+Green+Blue) = 6+35+75=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #06234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06234B is #F9DCB4. Grayscale: #1E1E1E. Windows color (decimal): -16374965 or 4924166. OLE color: 4924166.

HSL color Cylindrical-coordinate representation of color #06234B: hue angle of 214.78º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06234B is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63575-
CMYK0.920.5300.71
HSL214.78º85.19%15.88%-
HSV(B)214.78º92%29.41%-
XYZ1.951.756.89-
YUV30.89152.89110.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=5.17%
G=30.17%
B=64.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal635750.920.5300.71214.7885.1915.88
Hex6234B5C35047d75510
Octal64311313465010732712520
Binary110100011100101110111001101010100011111010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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