Html Css Color HEX #08124B Sapphire

📋 copy color: '#08124B'

red 8 ◦ green 18 ◦ blue 75

#08124B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #08124B

Tints of Sapphire #08124B

RGB

 RED value IS 8 (3.52% from 255) = 7.92%

 GREEN value IS 18 (7.42% from 255) = 17.82%

 BLUE value IS 75 (29.69% from 255) = 74.26%

R = 7.92%
G = 17.82%
B = 74.26%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08124B (or 0x08124B) is known color: Sapphire. HEX triplet: 08, 12 and 4B. RGB value is (8,18,75). Sum of RGB (Red+Green+Blue) = 8+18+75=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #08124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08124B is #F7EDB4. Grayscale: #151515. Windows color (decimal): -16248245 or 4919816. OLE color: 4919816.

HSL color Cylindrical-coordinate representation of color #08124B: hue angle of 231.04º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08124B is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 18 75 -
CMYK 0.89 0.76 0 0.71
HSL 231.04º 0.81% 0.16% -
HSV(B) 231.04º 0.89% 0.29% -
XYZ 1.59 0.99 6.76 -
YUV 21.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 8 18 75 0.89 0.76 0 0.71 231.04 0.81 0.16
Hex 8 12 4B 59 4C 0 47 E7 51 10
Octal 10 22 113 131 114 0 107 347 121 20
Binary 1000 10010 1001011 1011001 1001100 0 1000111 11100111 1010001 10000

Color Harmonies of #08124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08124B

Black with #08124B

Text Example


Text Example

White with #08124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08124B; }

 p { color: rgb(8,18,75); }

 H1.HeaderClassName
 {
   color: #08124B;
 }
 .AnyTagClassName
 {
   color: #08124B;
 }
</style>

background-color css

<style>
 a { background-color: #08124B; }

 a { background-color: rgb(8,18,75); }

 div.DivClassName
 {
   background-color: #08124B;
 }
 .BgClassName
 {
   background-color: #08124B;
 }
</style>

border-color css

<style>
 span { border-color: #08124B; }

 span { border-color: rgb(8,18,75); }

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