Html Css Color HEX #082A74 Sapphire

📋 copy color: '#082A74'

red 8 ◦ green 42 ◦ blue 116

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

Shades of Sapphire #082A74

Tints of Sapphire #082A74

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 116 (45.7% from 255) = 69.88%

R = 4.82%
G = 25.3%
B = 69.88%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082A74 (or 0x082A74) is known color: Sapphire. HEX triplet: 08, 2A and 74. RGB value is (8,42,116). Sum of RGB (Red+Green+Blue) = 8+42+116=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #082A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A74 is #F7D58B. Grayscale: #272727. Windows color (decimal): -16242060 or 7612936. OLE color: 7612936.

HSL color Cylindrical-coordinate representation of color #082A74: hue angle of 221.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A74 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 42 116 -
CMYK 0.93 0.64 0 0.55
HSL 221.11º 0.87% 0.24% -
HSV(B) 221.11º 0.93% 0.45% -
XYZ 4.08 2.97 16.88 -
YUV 40.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 8 42 116 0.93 0.64 0 0.55 221.11 0.87 0.24
Hex 8 2A 74 5D 40 0 37 DD 57 18
Octal 10 52 164 135 100 0 67 335 127 30
Binary 1000 101010 1110100 1011101 1000000 0 110111 11011101 1010111 11000

Color Harmonies of #082A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A74

Black with #082A74

Text Example


Text Example

White with #082A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082A74; }

 p { color: rgb(8,42,116); }

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

background-color css

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

 a { background-color: rgb(8,42,116); }

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

border-color css

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

 span { border-color: rgb(8,42,116); }

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