Html Css Color HEX #042864 Sapphire

📋 copy color: '#042864'

red 4 ◦ green 40 ◦ blue 100

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

Shades of Sapphire #042864

Tints of Sapphire #042864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

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

R = 2.78%
G = 27.78%
B = 69.44%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#042864 (or 0x042864) is known color: Sapphire. HEX triplet: 04, 28 and 64. RGB value is (4,40,100). Sum of RGB (Red+Green+Blue) = 4+40+100=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #042864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042864 is #FBD79B. Grayscale: #232323. Windows color (decimal): -16504732 or 6563844. OLE color: 6563844.

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

Color convert

RGB 4 40 100 -
CMYK 0.96 0.6 0 0.61
HSL 217.5º 0.92% 0.2% -
HSV(B) 217.5º 0.96% 0.39% -
XYZ 3.11 2.46 12.37 -
YUV 36.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 4 40 100 0.96 0.6 0 0.61 217.5 0.92 0.2
Hex 4 28 64 60 3C 0 3D DA 5C 14
Octal 4 50 144 140 74 0 75 332 134 24
Binary 100 101000 1100100 1100000 111100 0 111101 11011010 1011100 10100

Color Harmonies of #042864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042864

Black with #042864

Text Example


Text Example

White with #042864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042864; }

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

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

background-color css

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

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

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

border-color css

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

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

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