Html Css Color HEX #042169 Sapphire

📋 copy color: '#042169'

red 4 ◦ green 33 ◦ blue 105

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

Shades of Sapphire #042169

Tints of Sapphire #042169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 2.82%
G = 23.24%
B = 73.94%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042169 (or 0x042169) is known color: Sapphire. HEX triplet: 04, 21 and 69. RGB value is (4,33,105). Sum of RGB (Red+Green+Blue) = 4+33+105=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #042169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042169 is #FBDE96. Grayscale: #202020. Windows color (decimal): -16506519 or 6889732. OLE color: 6889732.

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

Color convert

RGB 4 33 105 -
CMYK 0.96 0.69 0 0.59
HSL 222.77º 0.93% 0.21% -
HSV(B) 222.77º 0.96% 0.41% -
XYZ 3.14 2.13 13.61 -
YUV 32.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 4 33 105 0.96 0.69 0 0.59 222.77 0.93 0.21
Hex 4 21 69 60 45 0 3B DF 5D 15
Octal 4 41 151 140 105 0 73 337 135 25
Binary 100 100001 1101001 1100000 1000101 0 111011 11011111 1011101 10101

Color Harmonies of #042169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042169

Black with #042169

Text Example


Text Example

White with #042169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042169; }

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

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

background-color css

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

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

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

border-color css

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

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

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