Html Css Color HEX #042980 Sapphire

📋 copy color: '#042980'

red 4 ◦ green 41 ◦ blue 128

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

Shades of Sapphire #042980

Tints of Sapphire #042980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 73.99%

R = 2.31%
G = 23.7%
B = 73.99%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#042980 (or 0x042980) is known color: Sapphire. HEX triplet: 04, 29 and 80. RGB value is (4,41,128). Sum of RGB (Red+Green+Blue) = 4+41+128=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #042980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042980 is #FBD67F. Grayscale: #272727. Windows color (decimal): -16504448 or 8399108. OLE color: 8399108.

HSL color Cylindrical-coordinate representation of color #042980: hue angle of 222.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042980 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 41 128 -
CMYK 0.97 0.68 0 0.50
HSL 222.1º 0.94% 0.26% -
HSV(B) 222.1º 0.97% 0.5% -
XYZ 4.74 3.17 20.78 -
YUV 39.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 4 41 128 0.97 0.68 0 0.50 222.1 0.94 0.26
Hex 4 29 80 61 44 0 32 DE 5E 1A
Octal 4 51 200 141 104 0 62 336 136 32
Binary 100 101001 10000000 1100001 1000100 0 110010 11011110 1011110 11010

Color Harmonies of #042980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042980

Black with #042980

Text Example


Text Example

White with #042980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042980; }

 p { color: rgb(4,41,128); }

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

background-color css

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

 a { background-color: rgb(4,41,128); }

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

border-color css

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

 span { border-color: rgb(4,41,128); }

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