Html Css Color HEX #08144B Sapphire

📋 copy color: '#08144B'

red 8 ◦ green 20 ◦ blue 75

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

Shades of Sapphire #08144B

Tints of Sapphire #08144B

RGB

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

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

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

R = 7.77%
G = 19.42%
B = 72.82%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08144B (or 0x08144B) is known color: Sapphire. HEX triplet: 08, 14 and 4B. RGB value is (8,20,75). Sum of RGB (Red+Green+Blue) = 8+20+75=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #08144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08144B is #F7EBB4. Grayscale: #161616. Windows color (decimal): -16247733 or 4920328. OLE color: 4920328.

HSL color Cylindrical-coordinate representation of color #08144B: hue angle of 229.25º 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 #08144B is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 20 75 -
CMYK 0.89 0.73 0 0.71
HSL 229.25º 0.81% 0.16% -
HSV(B) 229.25º 0.89% 0.29% -
XYZ 1.62 1.06 6.78 -
YUV 22.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 8 20 75 0.89 0.73 0 0.71 229.25 0.81 0.16
Hex 8 14 4B 59 49 0 47 E5 51 10
Octal 10 24 113 131 111 0 107 345 121 20
Binary 1000 10100 1001011 1011001 1001001 0 1000111 11100101 1010001 10000

Color Harmonies of #08144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08144B

Black with #08144B

Text Example


Text Example

White with #08144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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