#08237E

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

Shades of Sapphire #08237E

Tints of Sapphire #08237E

Color information

#08237E (or 0x08237E) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 7E. RGB value is (8,35,126). Sum of RGB (Red+Green+Blue) = 8+35+126=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 126 (49.61% from 255 or 74.56% from 169); Max value from RGB is 126 - color contains mainly: blue. Hex color #08237E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08237E is #F7DC81. Grayscale: #242424. Windows color (decimal): -16243842 or 8266504. OLE color: 8266504.

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

Color convert

RGB835126-
CMYK0.940.7200.51
HSL226.27º88.06%26.27%-
HSV(B)226.27º93.65%49.41%-
XYZ4.472.7620.04-
YUV37.3178.05107.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 126 (49.61% from 255) = 74.56%
R=4.73%
G=20.71%
B=74.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8351260.940.7200.51226.2788.0626.27
Hex8237E5E48033e2581a
Octal104317613611006334213032
Binary1000100011111111010111101001000011001111100010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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