Html Css Color HEX #042460 Sapphire

📋 copy color: '#042460'

red 4 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #042460

Tints of Sapphire #042460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

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

R = 2.94%
G = 26.47%
B = 70.59%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042460 (or 0x042460) is known color: Sapphire. HEX triplet: 04, 24 and 60. RGB value is (4,36,96). Sum of RGB (Red+Green+Blue) = 4+36+96=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #042460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042460 is #FBDB9F. Grayscale: #212121. Windows color (decimal): -16505760 or 6300676. OLE color: 6300676.

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

Color convert

RGB 4 36 96 -
CMYK 0.96 0.62 0 0.62
HSL 219.13º 0.92% 0.2% -
HSV(B) 219.13º 0.96% 0.38% -
XYZ 2.79 2.13 11.33 -
YUV 33.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 4 36 96 0.96 0.62 0 0.62 219.13 0.92 0.2
Hex 4 24 60 60 3E 0 3E DB 5C 14
Octal 4 44 140 140 76 0 76 333 134 24
Binary 100 100100 1100000 1100000 111110 0 111110 11011011 1011100 10100

Color Harmonies of #042460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042460

Black with #042460

Text Example


Text Example

White with #042460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042460; }

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

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

background-color css

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

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

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

border-color css

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

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

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