Html Css Color HEX #042569 Sapphire

📋 copy color: '#042569'

red 4 ◦ green 37 ◦ blue 105

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

Shades of Sapphire #042569

Tints of Sapphire #042569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

 BLUE value IS 105 (41.41% from 255) = 71.92%

R = 2.74%
G = 25.34%
B = 71.92%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042569 (or 0x042569) is known color: Sapphire. HEX triplet: 04, 25 and 69. RGB value is (4,37,105). Sum of RGB (Red+Green+Blue) = 4+37+105=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #042569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042569 is #FBDA96. Grayscale: #222222. Windows color (decimal): -16505495 or 6890756. OLE color: 6890756.

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

Color convert

RGB 4 37 105 -
CMYK 0.96 0.65 0 0.59
HSL 220.4º 0.93% 0.21% -
HSV(B) 220.4º 0.96% 0.41% -
XYZ 3.26 2.37 13.65 -
YUV 34.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 4 37 105 0.96 0.65 0 0.59 220.4 0.93 0.21
Hex 4 25 69 60 41 0 3B DC 5D 15
Octal 4 45 151 140 101 0 73 334 135 25
Binary 100 100101 1101001 1100000 1000001 0 111011 11011100 1011101 10101

Color Harmonies of #042569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042569

Black with #042569

Text Example


Text Example

White with #042569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042569; }

 p { color: rgb(4,37,105); }

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

background-color css

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

 a { background-color: rgb(4,37,105); }

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

border-color css

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

 span { border-color: rgb(4,37,105); }

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