Html Css Color HEX #042562 Sapphire

📋 copy color: '#042562'

red 4 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #042562

Tints of Sapphire #042562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.62%

 BLUE value IS 98 (38.67% from 255) = 70.5%

R = 2.88%
G = 26.62%
B = 70.5%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042562 (or 0x042562) is known color: Sapphire. HEX triplet: 04, 25 and 62. RGB value is (4,37,98). Sum of RGB (Red+Green+Blue) = 4+37+98=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #042562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042562 is #FBDA9D. Grayscale: #212121. Windows color (decimal): -16505502 or 6432004. OLE color: 6432004.

HSL color Cylindrical-coordinate representation of color #042562: hue angle of 218.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 #042562 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 37 98 -
CMYK 0.96 0.62 0 0.62
HSL 218.94º 0.92% 0.2% -
HSV(B) 218.94º 0.96% 0.38% -
XYZ 2.92 2.23 11.83 -
YUV 34.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 4 37 98 0.96 0.62 0 0.62 218.94 0.92 0.2
Hex 4 25 62 60 3E 0 3E DB 5C 14
Octal 4 45 142 140 76 0 76 333 134 24
Binary 100 100101 1100010 1100000 111110 0 111110 11011011 1011100 10100

Color Harmonies of #042562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042562

Black with #042562

Text Example


Text Example

White with #042562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042562; }

 p { color: rgb(4,37,98); }

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

background-color css

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

 a { background-color: rgb(4,37,98); }

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

border-color css

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

 span { border-color: rgb(4,37,98); }

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