Html Css Color HEX #042364 Sapphire

📋 copy color: '#042364'

red 4 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #042364

Tints of Sapphire #042364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 71.94%

R = 2.88%
G = 25.18%
B = 71.94%

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

#042364 (or 0x042364) is known color: Sapphire. HEX triplet: 04, 23 and 64. RGB value is (4,35,100). Sum of RGB (Red+Green+Blue) = 4+35+100=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #042364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042364 is #FBDC9B. Grayscale: #202020. Windows color (decimal): -16506012 or 6562564. OLE color: 6562564.

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

Color convert

RGB 4 35 100 -
CMYK 0.96 0.65 0 0.61
HSL 220.63º 0.92% 0.2% -
HSV(B) 220.63º 0.96% 0.39% -
XYZ 2.95 2.15 12.32 -
YUV 33.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 4 35 100 0.96 0.65 0 0.61 220.63 0.92 0.2
Hex 4 23 64 60 41 0 3D DD 5C 14
Octal 4 43 144 140 101 0 75 335 134 24
Binary 100 100011 1100100 1100000 1000001 0 111101 11011101 1011100 10100

Color Harmonies of #042364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042364

Black with #042364

Text Example


Text Example

White with #042364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042364; }

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

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

background-color css

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

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

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

border-color css

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

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

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