Html Css Color HEX #082478 Sapphire

📋 copy color: '#082478'

red 8 ◦ green 36 ◦ blue 120

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

Shades of Sapphire #082478

Tints of Sapphire #082478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

 BLUE value IS 120 (47.27% from 255) = 73.17%

R = 4.88%
G = 21.95%
B = 73.17%

CMYK

 C value IS 0.93

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082478 (or 0x082478) is known color: Sapphire. HEX triplet: 08, 24 and 78. RGB value is (8,36,120). Sum of RGB (Red+Green+Blue) = 8+36+120=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #082478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082478 is #F7DB87. Grayscale: #242424. Windows color (decimal): -16243592 or 7873544. OLE color: 7873544.

HSL color Cylindrical-coordinate representation of color #082478: hue angle of 225º degrees, saturation: 0.88, 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 #082478 is Cyan = 0.93, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 36 120 -
CMYK 0.93 0.7 0 0.53
HSL 225º 0.88% 0.25% -
HSV(B) 225º 0.93% 0.47% -
XYZ 4.12 2.67 18.07 -
YUV 37.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 8 36 120 0.93 0.7 0 0.53 225 0.88 0.25
Hex 8 24 78 5D 46 0 35 E1 58 19
Octal 10 44 170 135 106 0 65 341 130 31
Binary 1000 100100 1111000 1011101 1000110 0 110101 11100001 1011000 11001

Color Harmonies of #082478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082478

Black with #082478

Text Example


Text Example

White with #082478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082478; }

 p { color: rgb(8,36,120); }

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

background-color css

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

 a { background-color: rgb(8,36,120); }

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

border-color css

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

 span { border-color: rgb(8,36,120); }

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