Html Css Color HEX #081C6C Sapphire

📋 copy color: '#081C6C'

red 8 ◦ green 28 ◦ blue 108

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

Shades of Sapphire #081C6C

Tints of Sapphire #081C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.44%

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

R = 5.56%
G = 19.44%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#081C6C (or 0x081C6C) is known color: Sapphire. HEX triplet: 08, 1C and 6C. RGB value is (8,28,108). Sum of RGB (Red+Green+Blue) = 8+28+108=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #081C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C6C is #F7E393. Grayscale: #1E1E1E. Windows color (decimal): -16245652 or 7085064. OLE color: 7085064.

HSL color Cylindrical-coordinate representation of color #081C6C: hue angle of 228º 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 #081C6C is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 28 108 -
CMYK 0.93 0.74 0 0.58
HSL 228º 0.86% 0.23% -
HSV(B) 228º 0.93% 0.42% -
XYZ 3.22 1.96 14.4 -
YUV 31.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 8 28 108 0.93 0.74 0 0.58 228 0.86 0.23
Hex 8 1C 6C 5D 4A 0 3A E4 56 17
Octal 10 34 154 135 112 0 72 344 126 27
Binary 1000 11100 1101100 1011101 1001010 0 111010 11100100 1010110 10111

Color Harmonies of #081C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C6C

Black with #081C6C

Text Example


Text Example

White with #081C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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