Html Css Color HEX #041D70 Sapphire

📋 copy color: '#041D70'

red 4 ◦ green 29 ◦ blue 112

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

Shades of Sapphire #041D70

Tints of Sapphire #041D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

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

R = 2.76%
G = 20%
B = 77.24%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041D70 (or 0x041D70) is known color: Sapphire. HEX triplet: 04, 1D and 70. RGB value is (4,29,112). Sum of RGB (Red+Green+Blue) = 4+29+112=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #041D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D70 is #FBE28F. Grayscale: #1E1E1E. Windows color (decimal): -16507536 or 7347460. OLE color: 7347460.

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

Color convert

RGB 4 29 112 -
CMYK 0.96 0.74 0 0.56
HSL 226.11º 0.93% 0.23% -
HSV(B) 226.11º 0.96% 0.44% -
XYZ 3.41 2.07 15.55 -
YUV 30.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 4 29 112 0.96 0.74 0 0.56 226.11 0.93 0.23
Hex 4 1D 70 60 4A 0 38 E2 5D 17
Octal 4 35 160 140 112 0 70 342 135 27
Binary 100 11101 1110000 1100000 1001010 0 111000 11100010 1011101 10111

Color Harmonies of #041D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D70

Black with #041D70

Text Example


Text Example

White with #041D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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