Html Css Color HEX #042270 Sapphire

📋 copy color: '#042270'

red 4 ◦ green 34 ◦ blue 112

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

Shades of Sapphire #042270

Tints of Sapphire #042270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 74.67%

R = 2.67%
G = 22.67%
B = 74.67%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042270 (or 0x042270) is known color: Sapphire. HEX triplet: 04, 22 and 70. RGB value is (4,34,112). Sum of RGB (Red+Green+Blue) = 4+34+112=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #042270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042270 is #FBDD8F. Grayscale: #212121. Windows color (decimal): -16506256 or 7348740. OLE color: 7348740.

HSL color Cylindrical-coordinate representation of color #042270: hue angle of 223.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042270 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 34 112 -
CMYK 0.96 0.70 0 0.56
HSL 223.33º 0.93% 0.23% -
HSV(B) 223.33º 0.96% 0.44% -
XYZ 3.55 2.34 15.59 -
YUV 33.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 4 34 112 0.96 0.70 0 0.56 223.33 0.93 0.23
Hex 4 22 70 60 46 0 38 DF 5D 17
Octal 4 42 160 140 106 0 70 337 135 27
Binary 100 100010 1110000 1100000 1000110 0 111000 11011111 1011101 10111

Color Harmonies of #042270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042270

Black with #042270

Text Example


Text Example

White with #042270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042270; }

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

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

background-color css

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

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

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

border-color css

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

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

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