Html Css Color HEX #042C74 Sapphire

📋 copy color: '#042C74'

red 4 ◦ green 44 ◦ blue 116

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

Shades of Sapphire #042C74

Tints of Sapphire #042C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.73%

R = 2.44%
G = 26.83%
B = 70.73%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042C74 (or 0x042C74) is known color: Sapphire. HEX triplet: 04, 2C and 74. RGB value is (4,44,116). Sum of RGB (Red+Green+Blue) = 4+44+116=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #042C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C74 is #FBD38B. Grayscale: #272727. Windows color (decimal): -16503692 or 7613444. OLE color: 7613444.

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

Color convert

RGB 4 44 116 -
CMYK 0.97 0.62 0 0.55
HSL 218.57º 0.93% 0.24% -
HSV(B) 218.57º 0.97% 0.45% -
XYZ 4.1 3.09 16.9 -
YUV 40.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 4 44 116 0.97 0.62 0 0.55 218.57 0.93 0.24
Hex 4 2C 74 61 3E 0 37 DB 5D 18
Octal 4 54 164 141 76 0 67 333 135 30
Binary 100 101100 1110100 1100001 111110 0 110111 11011011 1011101 11000

Color Harmonies of #042C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C74

Black with #042C74

Text Example


Text Example

White with #042C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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