Html Css Color HEX #08144F Sapphire

📋 copy color: '#08144F'

red 8 ◦ green 20 ◦ blue 79

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

Shades of Sapphire #08144F

Tints of Sapphire #08144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 73.83%

R = 7.48%
G = 18.69%
B = 73.83%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08144F (or 0x08144F) is known color: Sapphire. HEX triplet: 08, 14 and 4F. RGB value is (8,20,79). Sum of RGB (Red+Green+Blue) = 8+20+79=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #08144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08144F is #F7EBB0. Grayscale: #161616. Windows color (decimal): -16247729 or 5182472. OLE color: 5182472.

HSL color Cylindrical-coordinate representation of color #08144F: hue angle of 229.86º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08144F is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 20 79 -
CMYK 0.90 0.75 0 0.69
HSL 229.86º 0.82% 0.17% -
HSV(B) 229.86º 0.9% 0.31% -
XYZ 1.76 1.12 7.52 -
YUV 23.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 8 20 79 0.90 0.75 0 0.69 229.86 0.82 0.17
Hex 8 14 4F 5A 4B 0 45 E6 52 11
Octal 10 24 117 132 113 0 105 346 122 21
Binary 1000 10100 1001111 1011010 1001011 0 1000101 11100110 1010010 10001

Color Harmonies of #08144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08144F

Black with #08144F

Text Example


Text Example

White with #08144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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