Html Css Color HEX #082A70 Sapphire

📋 copy color: '#082A70'

red 8 ◦ green 42 ◦ blue 112

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

Shades of Sapphire #082A70

Tints of Sapphire #082A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 69.14%

R = 4.94%
G = 25.93%
B = 69.14%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082A70 (or 0x082A70) is known color: Sapphire. HEX triplet: 08, 2A and 70. RGB value is (8,42,112). Sum of RGB (Red+Green+Blue) = 8+42+112=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #082A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A70 is #F7D58F. Grayscale: #272727. Windows color (decimal): -16242064 or 7350792. OLE color: 7350792.

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

Color convert

RGB 8 42 112 -
CMYK 0.93 0.62 0 0.56
HSL 220.38º 0.87% 0.24% -
HSV(B) 220.38º 0.93% 0.44% -
XYZ 3.85 2.88 15.68 -
YUV 39.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 8 42 112 0.93 0.62 0 0.56 220.38 0.87 0.24
Hex 8 2A 70 5D 3E 0 38 DC 57 18
Octal 10 52 160 135 76 0 70 334 127 30
Binary 1000 101010 1110000 1011101 111110 0 111000 11011100 1010111 11000

Color Harmonies of #082A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A70

Black with #082A70

Text Example


Text Example

White with #082A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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