Html Css Color HEX #081A6C Sapphire

📋 copy color: '#081A6C'

red 8 ◦ green 26 ◦ blue 108

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

Shades of Sapphire #081A6C

Tints of Sapphire #081A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

 BLUE value IS 108 (42.58% from 255) = 76.06%

R = 5.63%
G = 18.31%
B = 76.06%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#081A6C (or 0x081A6C) is known color: Sapphire. HEX triplet: 08, 1A and 6C. RGB value is (8,26,108). Sum of RGB (Red+Green+Blue) = 8+26+108=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #081A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A6C is #F7E593. Grayscale: #1D1D1D. Windows color (decimal): -16246164 or 7084552. OLE color: 7084552.

HSL color Cylindrical-coordinate representation of color #081A6C: hue angle of 229.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081A6C is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 26 108 -
CMYK 0.93 0.76 0 0.58
HSL 229.2º 0.86% 0.23% -
HSV(B) 229.2º 0.93% 0.42% -
XYZ 3.18 1.87 14.38 -
YUV 29.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 8 26 108 0.93 0.76 0 0.58 229.2 0.86 0.23
Hex 8 1A 6C 5D 4C 0 3A E5 56 17
Octal 10 32 154 135 114 0 72 345 126 27
Binary 1000 11010 1101100 1011101 1001100 0 111010 11100101 1010110 10111

Color Harmonies of #081A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A6C

Black with #081A6C

Text Example


Text Example

White with #081A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081A6C; }

 p { color: rgb(8,26,108); }

 H1.HeaderClassName
 {
   color: #081A6C;
 }
 .AnyTagClassName
 {
   color: #081A6C;
 }
</style>

background-color css

<style>
 a { background-color: #081A6C; }

 a { background-color: rgb(8,26,108); }

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

border-color css

<style>
 span { border-color: #081A6C; }

 span { border-color: rgb(8,26,108); }

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