Html Css Color HEX #042964 Sapphire

📋 copy color: '#042964'

red 4 ◦ green 41 ◦ blue 100

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

Shades of Sapphire #042964

Tints of Sapphire #042964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

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

R = 2.76%
G = 28.28%
B = 68.97%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#042964 (or 0x042964) is known color: Sapphire. HEX triplet: 04, 29 and 64. RGB value is (4,41,100). Sum of RGB (Red+Green+Blue) = 4+41+100=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 100 (39.45% from 255 or 68.97% from 145); Max value from RGB is 100 - color contains mainly: blue. Hex color #042964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042964 is #FBD69B. Grayscale: #242424. Windows color (decimal): -16504476 or 6564100. OLE color: 6564100.

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

Color convert

RGB 4 41 100 -
CMYK 0.96 0.59 0 0.61
HSL 216.88º 0.92% 0.2% -
HSV(B) 216.88º 0.96% 0.39% -
XYZ 3.14 2.53 12.38 -
YUV 36.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 4 41 100 0.96 0.59 0 0.61 216.88 0.92 0.2
Hex 4 29 64 60 3B 0 3D D9 5C 14
Octal 4 51 144 140 73 0 75 331 134 24
Binary 100 101001 1100100 1100000 111011 0 111101 11011001 1011100 10100

Color Harmonies of #042964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042964

Black with #042964

Text Example


Text Example

White with #042964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042964; }

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

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

background-color css

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

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

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

border-color css

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

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

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