Html Css Color HEX #042363 Sapphire

📋 copy color: '#042363'

red 4 ◦ green 35 ◦ blue 99

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

Shades of Sapphire #042363

Tints of Sapphire #042363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 71.74%

R = 2.9%
G = 25.36%
B = 71.74%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#042363 (or 0x042363) is known color: Sapphire. HEX triplet: 04, 23 and 63. RGB value is (4,35,99). Sum of RGB (Red+Green+Blue) = 4+35+99=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #042363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042363 is #FBDC9C. Grayscale: #202020. Windows color (decimal): -16506013 or 6497028. OLE color: 6497028.

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

Color convert

RGB 4 35 99 -
CMYK 0.96 0.65 0 0.61
HSL 220.42º 0.92% 0.2% -
HSV(B) 220.42º 0.96% 0.39% -
XYZ 2.9 2.13 12.06 -
YUV 33.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 4 35 99 0.96 0.65 0 0.61 220.42 0.92 0.2
Hex 4 23 63 60 41 0 3D DC 5C 14
Octal 4 43 143 140 101 0 75 334 134 24
Binary 100 100011 1100011 1100000 1000001 0 111101 11011100 1011100 10100

Color Harmonies of #042363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042363

Black with #042363

Text Example


Text Example

White with #042363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042363; }

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

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

background-color css

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

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

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

border-color css

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

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

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