Html Css Color HEX #042C77 Sapphire

📋 copy color: '#042C77'

red 4 ◦ green 44 ◦ blue 119

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

Shades of Sapphire #042C77

Tints of Sapphire #042C77

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

 BLUE value IS 119 (46.88% from 255) = 71.26%

R = 2.4%
G = 26.35%
B = 71.26%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#042C77 (or 0x042C77) is known color: Sapphire. HEX triplet: 04, 2C and 77. RGB value is (4,44,119). Sum of RGB (Red+Green+Blue) = 4+44+119=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #042C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C77 is #FBD388. Grayscale: #282828. Windows color (decimal): -16503689 or 7810052. OLE color: 7810052.

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

Color convert

RGB 4 44 119 -
CMYK 0.97 0.63 0 0.53
HSL 219.13º 0.93% 0.24% -
HSV(B) 219.13º 0.97% 0.47% -
XYZ 4.28 3.16 17.84 -
YUV 40.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 4 44 119 0.97 0.63 0 0.53 219.13 0.93 0.24
Hex 4 2C 77 61 3F 0 35 DB 5D 18
Octal 4 54 167 141 77 0 65 333 135 30
Binary 100 101100 1110111 1100001 111111 0 110101 11011011 1011101 11000

Color Harmonies of #042C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C77

Black with #042C77

Text Example


Text Example

White with #042C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042C77; }

 p { color: rgb(4,44,119); }

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

background-color css

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

 a { background-color: rgb(4,44,119); }

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

border-color css

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

 span { border-color: rgb(4,44,119); }

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