Html Css Color HEX #081A57 Sapphire

📋 copy color: '#081A57'

red 8 ◦ green 26 ◦ blue 87

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

Shades of Sapphire #081A57

Tints of Sapphire #081A57

RGB

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

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

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

R = 6.61%
G = 21.49%
B = 71.9%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081A57 (or 0x081A57) is known color: Sapphire. HEX triplet: 08, 1A and 57. RGB value is (8,26,87). Sum of RGB (Red+Green+Blue) = 8+26+87=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #081A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A57 is #F7E5A8. Grayscale: #1B1B1B. Windows color (decimal): -16246185 or 5708296. OLE color: 5708296.

HSL color Cylindrical-coordinate representation of color #081A57: hue angle of 226.33º 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 #081A57 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 26 87 -
CMYK 0.91 0.70 0 0.66
HSL 226.33º 0.83% 0.19% -
HSV(B) 226.33º 0.91% 0.34% -
XYZ 2.19 1.48 9.19 -
YUV 27.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 8 26 87 0.91 0.70 0 0.66 226.33 0.83 0.19
Hex 8 1A 57 5B 46 0 42 E2 53 13
Octal 10 32 127 133 106 0 102 342 123 23
Binary 1000 11010 1010111 1011011 1000110 0 1000010 11100010 1010011 10011

Color Harmonies of #081A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A57

Black with #081A57

Text Example


Text Example

White with #081A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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