#08247A

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

Shades of Sapphire #08247A

Tints of Sapphire #08247A

Color information

#08247A (or 0x08247A) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 7A. RGB value is (8,36,122). Sum of RGB (Red+Green+Blue) = 8+36+122=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #08247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08247A is #F7DB85. Grayscale: #252525. Windows color (decimal): -16243590 or 8004616. OLE color: 8004616.

HSL color Cylindrical-coordinate representation of color #08247A: hue angle of 225.26º 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 #08247A is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB836122-
CMYK0.930.7000.52
HSL225.26º87.69%25.49%-
HSV(B)225.26º93.44%47.84%-
XYZ4.242.7218.71-
YUV37.43175.72107.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=4.82%
G=21.69%
B=73.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8361220.930.7000.52225.2687.6925.49
Hex8247A5D46034e15819
Octal104417213510606434113031
Binary1000100100111101010111011000110011010011100001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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