Html Css Color HEX #081D7B Sapphire

📋 copy color: '#081D7B'

red 8 ◦ green 29 ◦ blue 123

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

Shades of Sapphire #081D7B

Tints of Sapphire #081D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.13%

 BLUE value IS 123 (48.44% from 255) = 76.88%

R = 5%
G = 18.13%
B = 76.88%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#081D7B (or 0x081D7B) is known color: Sapphire. HEX triplet: 08, 1D and 7B. RGB value is (8,29,123). Sum of RGB (Red+Green+Blue) = 8+29+123=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #081D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D7B is #F7E284. Grayscale: #212121. Windows color (decimal): -16245381 or 8068360. OLE color: 8068360.

HSL color Cylindrical-coordinate representation of color #081D7B: hue angle of 229.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D7B is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 29 123 -
CMYK 0.93 0.76 0 0.52
HSL 229.04º 0.88% 0.26% -
HSV(B) 229.04º 0.93% 0.48% -
XYZ 4.11 2.36 18.98 -
YUV 33.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 8 29 123 0.93 0.76 0 0.52 229.04 0.88 0.26
Hex 8 1D 7B 5D 4C 0 34 E5 58 1A
Octal 10 35 173 135 114 0 64 345 130 32
Binary 1000 11101 1111011 1011101 1001100 0 110100 11100101 1011000 11010

Color Harmonies of #081D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D7B

Black with #081D7B

Text Example


Text Example

White with #081D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,29,123); }

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

background-color css

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

 a { background-color: rgb(8,29,123); }

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

border-color css

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

 span { border-color: rgb(8,29,123); }

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