Html Css Color HEX #081C57 Sapphire

📋 copy color: '#081C57'

red 8 ◦ green 28 ◦ blue 87

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

Shades of Sapphire #081C57

Tints of Sapphire #081C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 70.73%

R = 6.5%
G = 22.76%
B = 70.73%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081C57 (or 0x081C57) is known color: Sapphire. HEX triplet: 08, 1C and 57. RGB value is (8,28,87). Sum of RGB (Red+Green+Blue) = 8+28+87=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #081C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C57 is #F7E3A8. Grayscale: #1C1C1C. Windows color (decimal): -16245673 or 5708808. OLE color: 5708808.

HSL color Cylindrical-coordinate representation of color #081C57: hue angle of 224.81º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081C57 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 28 87 -
CMYK 0.91 0.68 0 0.66
HSL 224.81º 0.83% 0.19% -
HSV(B) 224.81º 0.91% 0.34% -
XYZ 2.24 1.57 9.2 -
YUV 28.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 8 28 87 0.91 0.68 0 0.66 224.81 0.83 0.19
Hex 8 1C 57 5B 44 0 42 E1 53 13
Octal 10 34 127 133 104 0 102 341 123 23
Binary 1000 11100 1010111 1011011 1000100 0 1000010 11100001 1010011 10011

Color Harmonies of #081C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C57

Black with #081C57

Text Example


Text Example

White with #081C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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