#06237F

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

Shades of Sapphire #06237F

Tints of Sapphire #06237F

Color information

#06237F (or 0x06237F) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 7F. RGB value is (6,35,127). Sum of RGB (Red+Green+Blue) = 6+35+127=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #06237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06237F is #F9DC80. Grayscale: #242424. Windows color (decimal): -16374913 or 8332038. OLE color: 8332038.

HSL color Cylindrical-coordinate representation of color #06237F: hue angle of 225.62º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06237F is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB635127-
CMYK0.950.7200.50
HSL225.62º90.98%26.08%-
HSV(B)225.62º95.28%49.8%-
XYZ4.512.7720.38-
YUV36.82178.89106.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 127 (50% from 255) = 75.60%
R=3.57%
G=20.83%
B=75.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6351270.950.7200.50225.6290.9826.08
Hex6237F5F48032e25b1a
Octal64317713711006234213332
Binary110100011111111110111111001000011001011100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06237F; }

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

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

<style>
 a { background-color: #06237F; }

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

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

<style>
 span { border-color: #06237F; }

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

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