Html Css Color HEX #08134D Sapphire

📋 copy color: '#08134D'

red 8 ◦ green 19 ◦ blue 77

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

Shades of Sapphire #08134D

Tints of Sapphire #08134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 77 (30.47% from 255) = 74.04%

R = 7.69%
G = 18.27%
B = 74.04%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08134D (or 0x08134D) is known color: Sapphire. HEX triplet: 08, 13 and 4D. RGB value is (8,19,77). Sum of RGB (Red+Green+Blue) = 8+19+77=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #08134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08134D is #F7ECB2. Grayscale: #161616. Windows color (decimal): -16247987 or 5051144. OLE color: 5051144.

HSL color Cylindrical-coordinate representation of color #08134D: hue angle of 230.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08134D is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 19 77 -
CMYK 0.90 0.75 0 0.70
HSL 230.43º 0.81% 0.17% -
HSV(B) 230.43º 0.9% 0.3% -
XYZ 1.67 1.05 7.14 -
YUV 22.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 8 19 77 0.90 0.75 0 0.70 230.43 0.81 0.17
Hex 8 13 4D 5A 4B 0 46 E6 51 11
Octal 10 23 115 132 113 0 106 346 121 21
Binary 1000 10011 1001101 1011010 1001011 0 1000110 11100110 1010001 10001

Color Harmonies of #08134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08134D

Black with #08134D

Text Example


Text Example

White with #08134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08134D; }

 p { color: rgb(8,19,77); }

 H1.HeaderClassName
 {
   color: #08134D;
 }
 .AnyTagClassName
 {
   color: #08134D;
 }
</style>

background-color css

<style>
 a { background-color: #08134D; }

 a { background-color: rgb(8,19,77); }

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

border-color css

<style>
 span { border-color: #08134D; }

 span { border-color: rgb(8,19,77); }

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