Html Css Color HEX #042061 Sapphire

📋 copy color: '#042061'

red 4 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #042061

Tints of Sapphire #042061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 97 (38.28% from 255) = 72.93%

R = 3.01%
G = 24.06%
B = 72.93%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042061 (or 0x042061) is known color: Sapphire. HEX triplet: 04, 20 and 61. RGB value is (4,32,97). Sum of RGB (Red+Green+Blue) = 4+32+97=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #042061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042061 is #FBDF9E. Grayscale: #1E1E1E. Windows color (decimal): -16506783 or 6365188. OLE color: 6365188.

HSL color Cylindrical-coordinate representation of color #042061: hue angle of 221.94º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042061 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 32 97 -
CMYK 0.96 0.67 0 0.62
HSL 221.94º 0.92% 0.2% -
HSV(B) 221.94º 0.96% 0.38% -
XYZ 2.72 1.92 11.54 -
YUV 31.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 4 32 97 0.96 0.67 0 0.62 221.94 0.92 0.2
Hex 4 20 61 60 43 0 3E DE 5C 14
Octal 4 40 141 140 103 0 76 336 134 24
Binary 100 100000 1100001 1100000 1000011 0 111110 11011110 1011100 10100

Color Harmonies of #042061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042061

Black with #042061

Text Example


Text Example

White with #042061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042061; }

 p { color: rgb(4,32,97); }

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

background-color css

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

 a { background-color: rgb(4,32,97); }

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

border-color css

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

 span { border-color: rgb(4,32,97); }

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