Html Css Color HEX #042868 Sapphire

📋 copy color: '#042868'

red 4 ◦ green 40 ◦ blue 104

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

Shades of Sapphire #042868

Tints of Sapphire #042868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 70.27%

R = 2.7%
G = 27.03%
B = 70.27%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042868 (or 0x042868) is known color: Sapphire. HEX triplet: 04, 28 and 68. RGB value is (4,40,104). Sum of RGB (Red+Green+Blue) = 4+40+104=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #042868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042868 is #FBD797. Grayscale: #242424. Windows color (decimal): -16504728 or 6825988. OLE color: 6825988.

HSL color Cylindrical-coordinate representation of color #042868: hue angle of 218.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042868 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 40 104 -
CMYK 0.96 0.62 0 0.59
HSL 218.4º 0.93% 0.21% -
HSV(B) 218.4º 0.96% 0.41% -
XYZ 3.31 2.54 13.41 -
YUV 36.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 4 40 104 0.96 0.62 0 0.59 218.4 0.93 0.21
Hex 4 28 68 60 3E 0 3B DA 5D 15
Octal 4 50 150 140 76 0 73 332 135 25
Binary 100 101000 1101000 1100000 111110 0 111011 11011010 1011101 10101

Color Harmonies of #042868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042868

Black with #042868

Text Example


Text Example

White with #042868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042868; }

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

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

background-color css

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

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

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

border-color css

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

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

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