Html Css Color HEX #081E7A Sapphire

📋 copy color: '#081E7A'

red 8 ◦ green 30 ◦ blue 122

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

Shades of Sapphire #081E7A

Tints of Sapphire #081E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.75%

 BLUE value IS 122 (48.05% from 255) = 76.25%

R = 5%
G = 18.75%
B = 76.25%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#081E7A (or 0x081E7A) is known color: Sapphire. HEX triplet: 08, 1E and 7A. RGB value is (8,30,122). Sum of RGB (Red+Green+Blue) = 8+30+122=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #081E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E7A is #F7E185. Grayscale: #212121. Windows color (decimal): -16245126 or 8003080. OLE color: 8003080.

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

Color convert

RGB 8 30 122 -
CMYK 0.93 0.75 0 0.52
HSL 228.42º 0.88% 0.25% -
HSV(B) 228.42º 0.93% 0.48% -
XYZ 4.08 2.39 18.66 -
YUV 33.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 8 30 122 0.93 0.75 0 0.52 228.42 0.88 0.25
Hex 8 1E 7A 5D 4B 0 34 E4 58 19
Octal 10 36 172 135 113 0 64 344 130 31
Binary 1000 11110 1111010 1011101 1001011 0 110100 11100100 1011000 11001

Color Harmonies of #081E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E7A

Black with #081E7A

Text Example


Text Example

White with #081E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,30,122); }

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

background-color css

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

 a { background-color: rgb(8,30,122); }

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

border-color css

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

 span { border-color: rgb(8,30,122); }

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