Html Css Color HEX #042362 Sapphire

📋 copy color: '#042362'

red 4 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #042362

Tints of Sapphire #042362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.55%

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

R = 2.92%
G = 25.55%
B = 71.53%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042362 (or 0x042362) is known color: Sapphire. HEX triplet: 04, 23 and 62. RGB value is (4,35,98). Sum of RGB (Red+Green+Blue) = 4+35+98=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #042362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042362 is #FBDC9D. Grayscale: #202020. Windows color (decimal): -16506014 or 6431492. OLE color: 6431492.

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

Color convert

RGB 4 35 98 -
CMYK 0.96 0.64 0 0.62
HSL 220.21º 0.92% 0.2% -
HSV(B) 220.21º 0.96% 0.38% -
XYZ 2.86 2.11 11.81 -
YUV 32.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 4 35 98 0.96 0.64 0 0.62 220.21 0.92 0.2
Hex 4 23 62 60 40 0 3E DC 5C 14
Octal 4 43 142 140 100 0 76 334 134 24
Binary 100 100011 1100010 1100000 1000000 0 111110 11011100 1011100 10100

Color Harmonies of #042362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042362

Black with #042362

Text Example


Text Example

White with #042362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042362; }

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

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

background-color css

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

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

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

border-color css

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

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

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