Html Css Color HEX #081B5D Sapphire

📋 copy color: '#081B5D'

red 8 ◦ green 27 ◦ blue 93

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

Shades of Sapphire #081B5D

Tints of Sapphire #081B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.66%

R = 6.25%
G = 21.09%
B = 72.66%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#081B5D (or 0x081B5D) is known color: Sapphire. HEX triplet: 08, 1B and 5D. RGB value is (8,27,93). Sum of RGB (Red+Green+Blue) = 8+27+93=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #081B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B5D is #F7E4A2. Grayscale: #1C1C1C. Windows color (decimal): -16245923 or 6101768. OLE color: 6101768.

HSL color Cylindrical-coordinate representation of color #081B5D: hue angle of 226.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081B5D is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 27 93 -
CMYK 0.91 0.71 0 0.64
HSL 226.59º 0.84% 0.2% -
HSV(B) 226.59º 0.91% 0.36% -
XYZ 2.47 1.63 10.54 -
YUV 28.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 8 27 93 0.91 0.71 0 0.64 226.59 0.84 0.2
Hex 8 1B 5D 5B 47 0 40 E3 54 14
Octal 10 33 135 133 107 0 100 343 124 24
Binary 1000 11011 1011101 1011011 1000111 0 1000000 11100011 1010100 10100

Color Harmonies of #081B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081B5D

Black with #081B5D

Text Example


Text Example

White with #081B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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