#08237F

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

Shades of Sapphire #08237F

Tints of Sapphire #08237F

Color information

#08237F (or 0x08237F) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 7F. RGB value is (8,35,127). Sum of RGB (Red+Green+Blue) = 8+35+127=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #08237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08237F is #F7DC80. Grayscale: #252525. Windows color (decimal): -16243841 or 8332040. OLE color: 8332040.

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

Color convert

RGB835127-
CMYK0.940.7200.50
HSL226.39º88.15%26.47%-
HSV(B)226.39º93.7%49.8%-
XYZ4.532.7920.38-
YUV37.42178.55107.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 127 (50% from 255) = 74.71%
R=4.71%
G=20.59%
B=74.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8351270.940.7200.50226.3988.1526.47
Hex8237F5E48032e2581a
Octal104317713611006234213032
Binary1000100011111111110111101001000011001011100010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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