#08237A

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

Shades of Sapphire #08237A

Tints of Sapphire #08237A

Color information

#08237A (or 0x08237A) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 7A. RGB value is (8,35,122). Sum of RGB (Red+Green+Blue) = 8+35+122=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #08237A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08237A is #F7DC85. Grayscale: #242424. Windows color (decimal): -16243846 or 8004360. OLE color: 8004360.

HSL color Cylindrical-coordinate representation of color #08237A: hue angle of 225.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08237A is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB835122-
CMYK0.930.7100.52
HSL225.79º87.69%25.49%-
HSV(B)225.79º93.44%47.84%-
XYZ4.212.6618.7-
YUV36.84176.05107.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 122 (48.05% from 255) = 73.94%
R=4.85%
G=21.21%
B=73.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8351220.930.7100.52225.7987.6925.49
Hex8237A5D47034e25819
Octal104317213510706434213031
Binary1000100011111101010111011000111011010011100010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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