Html Css Color HEX #042671 Sapphire

📋 copy color: '#042671'

red 4 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #042671

Tints of Sapphire #042671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

 BLUE value IS 113 (44.53% from 255) = 72.9%

R = 2.58%
G = 24.52%
B = 72.9%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042671 (or 0x042671) is known color: Sapphire. HEX triplet: 04, 26 and 71. RGB value is (4,38,113). Sum of RGB (Red+Green+Blue) = 4+38+113=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #042671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042671 is #FBD98E. Grayscale: #242424. Windows color (decimal): -16505231 or 7415300. OLE color: 7415300.

HSL color Cylindrical-coordinate representation of color #042671: hue angle of 221.28º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042671 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 38 113 -
CMYK 0.96 0.66 0 0.56
HSL 221.28º 0.93% 0.23% -
HSV(B) 221.28º 0.96% 0.44% -
XYZ 3.72 2.6 15.93 -
YUV 36.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 4 38 113 0.96 0.66 0 0.56 221.28 0.93 0.23
Hex 4 26 71 60 42 0 38 DD 5D 17
Octal 4 46 161 140 102 0 70 335 135 27
Binary 100 100110 1110001 1100000 1000010 0 111000 11011101 1011101 10111

Color Harmonies of #042671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042671

Black with #042671

Text Example


Text Example

White with #042671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042671; }

 p { color: rgb(4,38,113); }

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

background-color css

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

 a { background-color: rgb(4,38,113); }

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

border-color css

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

 span { border-color: rgb(4,38,113); }

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