Html Css Color HEX #081C55 Sapphire

📋 copy color: '#081C55'

red 8 ◦ green 28 ◦ blue 85

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

Shades of Sapphire #081C55

Tints of Sapphire #081C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 70.25%

R = 6.61%
G = 23.14%
B = 70.25%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081C55 (or 0x081C55) is known color: Sapphire. HEX triplet: 08, 1C and 55. RGB value is (8,28,85). Sum of RGB (Red+Green+Blue) = 8+28+85=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #081C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C55 is #F7E3AA. Grayscale: #1C1C1C. Windows color (decimal): -16245675 or 5577736. OLE color: 5577736.

HSL color Cylindrical-coordinate representation of color #081C55: hue angle of 224.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081C55 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 28 85 -
CMYK 0.91 0.67 0 0.67
HSL 224.42º 0.83% 0.18% -
HSV(B) 224.42º 0.91% 0.33% -
XYZ 2.16 1.54 8.78 -
YUV 28.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 8 28 85 0.91 0.67 0 0.67 224.42 0.83 0.18
Hex 8 1C 55 5B 43 0 43 E0 53 12
Octal 10 34 125 133 103 0 103 340 123 22
Binary 1000 11100 1010101 1011011 1000011 0 1000011 11100000 1010011 10010

Color Harmonies of #081C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C55

Black with #081C55

Text Example


Text Example

White with #081C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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