Html Css Color HEX #08134C Sapphire

📋 copy color: '#08134C'

red 8 ◦ green 19 ◦ blue 76

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

Shades of Sapphire #08134C

Tints of Sapphire #08134C

RGB

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

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

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

R = 7.77%
G = 18.45%
B = 73.79%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08134C (or 0x08134C) is known color: Sapphire. HEX triplet: 08, 13 and 4C. RGB value is (8,19,76). Sum of RGB (Red+Green+Blue) = 8+19+76=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #08134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08134C is #F7ECB3. Grayscale: #151515. Windows color (decimal): -16247988 or 4985608. OLE color: 4985608.

HSL color Cylindrical-coordinate representation of color #08134C: hue angle of 230.29º 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 #08134C is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 19 76 -
CMYK 0.89 0.75 0 0.70
HSL 230.29º 0.81% 0.16% -
HSV(B) 230.29º 0.89% 0.3% -
XYZ 1.64 1.04 6.95 -
YUV 22.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 8 19 76 0.89 0.75 0 0.70 230.29 0.81 0.16
Hex 8 13 4C 59 4B 0 46 E6 51 10
Octal 10 23 114 131 113 0 106 346 121 20
Binary 1000 10011 1001100 1011001 1001011 0 1000110 11100110 1010001 10000

Color Harmonies of #08134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08134C

Black with #08134C

Text Example


Text Example

White with #08134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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