Html Css Color HEX #042469 Sapphire

📋 copy color: '#042469'

red 4 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #042469

Tints of Sapphire #042469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 2.76%
G = 24.83%
B = 72.41%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042469 (or 0x042469) is known color: Sapphire. HEX triplet: 04, 24 and 69. RGB value is (4,36,105). Sum of RGB (Red+Green+Blue) = 4+36+105=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #042469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042469 is #FBDB96. Grayscale: #212121. Windows color (decimal): -16505751 or 6890500. OLE color: 6890500.

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

Color convert

RGB 4 36 105 -
CMYK 0.96 0.66 0 0.59
HSL 220.99º 0.93% 0.21% -
HSV(B) 220.99º 0.96% 0.41% -
XYZ 3.23 2.31 13.64 -
YUV 34.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 4 36 105 0.96 0.66 0 0.59 220.99 0.93 0.21
Hex 4 24 69 60 42 0 3B DD 5D 15
Octal 4 44 151 140 102 0 73 335 135 25
Binary 100 100100 1101001 1100000 1000010 0 111011 11011101 1011101 10101

Color Harmonies of #042469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042469

Black with #042469

Text Example


Text Example

White with #042469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042469; }

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

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

background-color css

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

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

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

border-color css

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

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

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