Html Css Color HEX #042269 Sapphire

📋 copy color: '#042269'

red 4 ◦ green 34 ◦ blue 105

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

Shades of Sapphire #042269

Tints of Sapphire #042269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.78%

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

R = 2.8%
G = 23.78%
B = 73.43%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042269 (or 0x042269) is known color: Sapphire. HEX triplet: 04, 22 and 69. RGB value is (4,34,105). Sum of RGB (Red+Green+Blue) = 4+34+105=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #042269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042269 is #FBDD96. Grayscale: #202020. Windows color (decimal): -16506263 or 6889988. OLE color: 6889988.

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

Color convert

RGB 4 34 105 -
CMYK 0.96 0.68 0 0.59
HSL 222.18º 0.93% 0.21% -
HSV(B) 222.18º 0.96% 0.41% -
XYZ 3.17 2.19 13.62 -
YUV 33.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 4 34 105 0.96 0.68 0 0.59 222.18 0.93 0.21
Hex 4 22 69 60 44 0 3B DE 5D 15
Octal 4 42 151 140 104 0 73 336 135 25
Binary 100 100010 1101001 1100000 1000100 0 111011 11011110 1011101 10101

Color Harmonies of #042269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042269

Black with #042269

Text Example


Text Example

White with #042269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042269; }

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

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

background-color css

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

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

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

border-color css

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

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

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