Html Css Color HEX #082977 Sapphire

📋 copy color: '#082977'

red 8 ◦ green 41 ◦ blue 119

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

Shades of Sapphire #082977

Tints of Sapphire #082977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

 BLUE value IS 119 (46.88% from 255) = 70.83%

R = 4.76%
G = 24.4%
B = 70.83%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082977 (or 0x082977) is known color: Sapphire. HEX triplet: 08, 29 and 77. RGB value is (8,41,119). Sum of RGB (Red+Green+Blue) = 8+41+119=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #082977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082977 is #F7D688. Grayscale: #272727. Windows color (decimal): -16242313 or 7809288. OLE color: 7809288.

HSL color Cylindrical-coordinate representation of color #082977: hue angle of 222.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082977 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 41 119 -
CMYK 0.93 0.66 0 0.53
HSL 222.16º 0.87% 0.25% -
HSV(B) 222.16º 0.93% 0.47% -
XYZ 4.22 2.97 17.8 -
YUV 40.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 8 41 119 0.93 0.66 0 0.53 222.16 0.87 0.25
Hex 8 29 77 5D 42 0 35 DE 57 19
Octal 10 51 167 135 102 0 65 336 127 31
Binary 1000 101001 1110111 1011101 1000010 0 110101 11011110 1010111 11001

Color Harmonies of #082977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082977

Black with #082977

Text Example


Text Example

White with #082977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082977; }

 p { color: rgb(8,41,119); }

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

background-color css

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

 a { background-color: rgb(8,41,119); }

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

border-color css

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

 span { border-color: rgb(8,41,119); }

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