Html Css Color HEX #042965 Sapphire

📋 copy color: '#042965'

red 4 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #042965

Tints of Sapphire #042965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 69.18%

R = 2.74%
G = 28.08%
B = 69.18%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042965 (or 0x042965) is known color: Sapphire. HEX triplet: 04, 29 and 65. RGB value is (4,41,101). Sum of RGB (Red+Green+Blue) = 4+41+101=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #042965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042965 is #FBD69A. Grayscale: #242424. Windows color (decimal): -16504475 or 6629636. OLE color: 6629636.

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

Color convert

RGB 4 41 101 -
CMYK 0.96 0.59 0 0.60
HSL 217.11º 0.92% 0.21% -
HSV(B) 217.11º 0.96% 0.4% -
XYZ 3.19 2.55 12.64 -
YUV 36.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 4 41 101 0.96 0.59 0 0.60 217.11 0.92 0.21
Hex 4 29 65 60 3B 0 3C D9 5C 15
Octal 4 51 145 140 73 0 74 331 134 25
Binary 100 101001 1100101 1100000 111011 0 111100 11011001 1011100 10101

Color Harmonies of #042965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042965

Black with #042965

Text Example


Text Example

White with #042965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042965; }

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

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

background-color css

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

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

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

border-color css

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

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

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