Html Css Color HEX #042670 Sapphire

📋 copy color: '#042670'

red 4 ◦ green 38 ◦ blue 112

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

Shades of Sapphire #042670

Tints of Sapphire #042670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

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

R = 2.6%
G = 24.68%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042670 (or 0x042670) is known color: Sapphire. HEX triplet: 04, 26 and 70. RGB value is (4,38,112). Sum of RGB (Red+Green+Blue) = 4+38+112=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #042670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042670 is #FBD98F. Grayscale: #232323. Windows color (decimal): -16505232 or 7349764. OLE color: 7349764.

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

Color convert

RGB 4 38 112 -
CMYK 0.96 0.66 0 0.56
HSL 221.11º 0.93% 0.23% -
HSV(B) 221.11º 0.96% 0.44% -
XYZ 3.67 2.58 15.63 -
YUV 36.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 4 38 112 0.96 0.66 0 0.56 221.11 0.93 0.23
Hex 4 26 70 60 42 0 38 DD 5D 17
Octal 4 46 160 140 102 0 70 335 135 27
Binary 100 100110 1110000 1100000 1000010 0 111000 11011101 1011101 10111

Color Harmonies of #042670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042670

Black with #042670

Text Example


Text Example

White with #042670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042670; }

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

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

background-color css

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

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

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

border-color css

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

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

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