Html Css Color HEX #042C76 Sapphire

📋 copy color: '#042C76'

red 4 ◦ green 44 ◦ blue 118

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

Shades of Sapphire #042C76

Tints of Sapphire #042C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.08%

R = 2.41%
G = 26.51%
B = 71.08%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042C76 (or 0x042C76) is known color: Sapphire. HEX triplet: 04, 2C and 76. RGB value is (4,44,118). Sum of RGB (Red+Green+Blue) = 4+44+118=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #042C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C76 is #FBD389. Grayscale: #282828. Windows color (decimal): -16503690 or 7744516. OLE color: 7744516.

HSL color Cylindrical-coordinate representation of color #042C76: hue angle of 218.95º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042C76 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 44 118 -
CMYK 0.97 0.63 0 0.54
HSL 218.95º 0.93% 0.24% -
HSV(B) 218.95º 0.97% 0.46% -
XYZ 4.22 3.14 17.52 -
YUV 40.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 4 44 118 0.97 0.63 0 0.54 218.95 0.93 0.24
Hex 4 2C 76 61 3F 0 36 DB 5D 18
Octal 4 54 166 141 77 0 66 333 135 30
Binary 100 101100 1110110 1100001 111111 0 110110 11011011 1011101 11000

Color Harmonies of #042C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C76

Black with #042C76

Text Example


Text Example

White with #042C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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