Html Css Color HEX #042078 Sapphire

📋 copy color: '#042078'

red 4 ◦ green 32 ◦ blue 120

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

Shades of Sapphire #042078

Tints of Sapphire #042078

RGB

 RED value IS 4 (1.95% from 255) = 2.56%

 GREEN value IS 32 (12.89% from 255) = 20.51%

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

R = 2.56%
G = 20.51%
B = 76.92%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#042078 (or 0x042078) is known color: Sapphire. HEX triplet: 04, 20 and 78. RGB value is (4,32,120). Sum of RGB (Red+Green+Blue) = 4+32+120=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #042078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042078 is #FBDF87. Grayscale: #212121. Windows color (decimal): -16506760 or 7872516. OLE color: 7872516.

HSL color Cylindrical-coordinate representation of color #042078: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042078 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 32 120 -
CMYK 0.97 0.73 0 0.53
HSL 225.52º 0.94% 0.24% -
HSV(B) 225.52º 0.97% 0.47% -
XYZ 3.96 2.41 18.03 -
YUV 33.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 4 32 120 0.97 0.73 0 0.53 225.52 0.94 0.24
Hex 4 20 78 61 49 0 35 E2 5E 18
Octal 4 40 170 141 111 0 65 342 136 30
Binary 100 100000 1111000 1100001 1001001 0 110101 11100010 1011110 11000

Color Harmonies of #042078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042078

Black with #042078

Text Example


Text Example

White with #042078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042078; }

 p { color: rgb(4,32,120); }

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

background-color css

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

 a { background-color: rgb(4,32,120); }

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

border-color css

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

 span { border-color: rgb(4,32,120); }

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