Html Css Color HEX #042769 Sapphire

📋 copy color: '#042769'

red 4 ◦ green 39 ◦ blue 105

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

Shades of Sapphire #042769

Tints of Sapphire #042769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 2.7%
G = 26.35%
B = 70.95%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042769 (or 0x042769) is known color: Sapphire. HEX triplet: 04, 27 and 69. RGB value is (4,39,105). Sum of RGB (Red+Green+Blue) = 4+39+105=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #042769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042769 is #FBD896. Grayscale: #232323. Windows color (decimal): -16504983 or 6891268. OLE color: 6891268.

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

Color convert

RGB 4 39 105 -
CMYK 0.96 0.63 0 0.59
HSL 219.21º 0.93% 0.21% -
HSV(B) 219.21º 0.96% 0.41% -
XYZ 3.33 2.5 13.67 -
YUV 36.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 4 39 105 0.96 0.63 0 0.59 219.21 0.93 0.21
Hex 4 27 69 60 3F 0 3B DB 5D 15
Octal 4 47 151 140 77 0 73 333 135 25
Binary 100 100111 1101001 1100000 111111 0 111011 11011011 1011101 10101

Color Harmonies of #042769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042769

Black with #042769

Text Example


Text Example

White with #042769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042769; }

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

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

background-color css

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

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

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

border-color css

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

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

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