Html Css Color HEX #042960 Sapphire

📋 copy color: '#042960'

red 4 ◦ green 41 ◦ blue 96

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

Shades of Sapphire #042960

Tints of Sapphire #042960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 68.09%

R = 2.84%
G = 29.08%
B = 68.09%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042960 (or 0x042960) is known color: Sapphire. HEX triplet: 04, 29 and 60. RGB value is (4,41,96). Sum of RGB (Red+Green+Blue) = 4+41+96=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #042960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042960 is #FBD69F. Grayscale: #232323. Windows color (decimal): -16504480 or 6301956. OLE color: 6301956.

HSL color Cylindrical-coordinate representation of color #042960: hue angle of 215.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042960 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 41 96 -
CMYK 0.96 0.57 0 0.62
HSL 215.87º 0.92% 0.2% -
HSV(B) 215.87º 0.96% 0.38% -
XYZ 2.95 2.46 11.38 -
YUV 36.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 4 41 96 0.96 0.57 0 0.62 215.87 0.92 0.2
Hex 4 29 60 60 39 0 3E D8 5C 14
Octal 4 51 140 140 71 0 76 330 134 24
Binary 100 101001 1100000 1100000 111001 0 111110 11011000 1011100 10100

Color Harmonies of #042960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042960

Black with #042960

Text Example


Text Example

White with #042960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042960; }

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

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

background-color css

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

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

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

border-color css

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

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

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