Html Css Color HEX #081B56 Sapphire

📋 copy color: '#081B56'

red 8 ◦ green 27 ◦ blue 86

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

Shades of Sapphire #081B56

Tints of Sapphire #081B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.31%

 BLUE value IS 86 (33.98% from 255) = 71.07%

R = 6.61%
G = 22.31%
B = 71.07%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081B56 (or 0x081B56) is known color: Sapphire. HEX triplet: 08, 1B and 56. RGB value is (8,27,86). Sum of RGB (Red+Green+Blue) = 8+27+86=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #081B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B56 is #F7E4A9. Grayscale: #1B1B1B. Windows color (decimal): -16245930 or 5643016. OLE color: 5643016.

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

Color convert

RGB 8 27 86 -
CMYK 0.91 0.69 0 0.66
HSL 225.38º 0.83% 0.18% -
HSV(B) 225.38º 0.91% 0.34% -
XYZ 2.17 1.51 8.98 -
YUV 28.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 8 27 86 0.91 0.69 0 0.66 225.38 0.83 0.18
Hex 8 1B 56 5B 45 0 42 E1 53 12
Octal 10 33 126 133 105 0 102 341 123 22
Binary 1000 11011 1010110 1011011 1000101 0 1000010 11100001 1010011 10010

Color Harmonies of #081B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081B56

Black with #081B56

Text Example


Text Example

White with #081B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,27,86); }

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

background-color css

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

 a { background-color: rgb(8,27,86); }

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

border-color css

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

 span { border-color: rgb(8,27,86); }

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