Html Css Color HEX #042260 Sapphire

📋 copy color: '#042260'

red 4 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #042260

Tints of Sapphire #042260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

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

R = 2.99%
G = 25.37%
B = 71.64%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042260 (or 0x042260) is known color: Sapphire. HEX triplet: 04, 22 and 60. RGB value is (4,34,96). Sum of RGB (Red+Green+Blue) = 4+34+96=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #042260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042260 is #FBDD9F. Grayscale: #1F1F1F. Windows color (decimal): -16506272 or 6300164. OLE color: 6300164.

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

Color convert

RGB 4 34 96 -
CMYK 0.96 0.65 0 0.62
HSL 220.43º 0.92% 0.2% -
HSV(B) 220.43º 0.96% 0.38% -
XYZ 2.73 2.01 11.31 -
YUV 32.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 4 34 96 0.96 0.65 0 0.62 220.43 0.92 0.2
Hex 4 22 60 60 41 0 3E DC 5C 14
Octal 4 42 140 140 101 0 76 334 134 24
Binary 100 100010 1100000 1100000 1000001 0 111110 11011100 1011100 10100

Color Harmonies of #042260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042260

Black with #042260

Text Example


Text Example

White with #042260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042260; }

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

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

background-color css

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

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

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

border-color css

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

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

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