Html Css Color HEX #08144C Sapphire

📋 copy color: '#08144C'

red 8 ◦ green 20 ◦ blue 76

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

Shades of Sapphire #08144C

Tints of Sapphire #08144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

 BLUE value IS 76 (30.08% from 255) = 73.08%

R = 7.69%
G = 19.23%
B = 73.08%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08144C (or 0x08144C) is known color: Sapphire. HEX triplet: 08, 14 and 4C. RGB value is (8,20,76). Sum of RGB (Red+Green+Blue) = 8+20+76=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #08144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08144C is #F7EBB3. Grayscale: #161616. Windows color (decimal): -16247732 or 4985864. OLE color: 4985864.

HSL color Cylindrical-coordinate representation of color #08144C: hue angle of 229.41º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08144C is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 20 76 -
CMYK 0.89 0.74 0 0.70
HSL 229.41º 0.81% 0.16% -
HSV(B) 229.41º 0.89% 0.3% -
XYZ 1.65 1.07 6.96 -
YUV 22.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 8 20 76 0.89 0.74 0 0.70 229.41 0.81 0.16
Hex 8 14 4C 59 4A 0 46 E5 51 10
Octal 10 24 114 131 112 0 106 345 121 20
Binary 1000 10100 1001100 1011001 1001010 0 1000110 11100101 1010001 10000

Color Harmonies of #08144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08144C

Black with #08144C

Text Example


Text Example

White with #08144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08144C; }

 p { color: rgb(8,20,76); }

 H1.HeaderClassName
 {
   color: #08144C;
 }
 .AnyTagClassName
 {
   color: #08144C;
 }
</style>

background-color css

<style>
 a { background-color: #08144C; }

 a { background-color: rgb(8,20,76); }

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

border-color css

<style>
 span { border-color: #08144C; }

 span { border-color: rgb(8,20,76); }

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