Html Css Color HEX #042966 Sapphire

📋 copy color: '#042966'

red 4 ◦ green 41 ◦ blue 102

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

Shades of Sapphire #042966

Tints of Sapphire #042966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

 BLUE value IS 102 (40.23% from 255) = 69.39%

R = 2.72%
G = 27.89%
B = 69.39%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#042966 (or 0x042966) is known color: Sapphire. HEX triplet: 04, 29 and 66. RGB value is (4,41,102). Sum of RGB (Red+Green+Blue) = 4+41+102=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #042966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042966 is #FBD699. Grayscale: #242424. Windows color (decimal): -16504474 or 6695172. OLE color: 6695172.

HSL color Cylindrical-coordinate representation of color #042966: hue angle of 217.35º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042966 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 41 102 -
CMYK 0.96 0.60 0 0.6
HSL 217.35º 0.92% 0.21% -
HSV(B) 217.35º 0.96% 0.4% -
XYZ 3.24 2.57 12.9 -
YUV 36.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 4 41 102 0.96 0.60 0 0.6 217.35 0.92 0.21
Hex 4 29 66 60 3C 0 3C D9 5C 15
Octal 4 51 146 140 74 0 74 331 134 25
Binary 100 101001 1100110 1100000 111100 0 111100 11011001 1011100 10101

Color Harmonies of #042966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042966

Black with #042966

Text Example


Text Example

White with #042966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042966; }

 p { color: rgb(4,41,102); }

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

background-color css

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

 a { background-color: rgb(4,41,102); }

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

border-color css

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

 span { border-color: rgb(4,41,102); }

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