Html Css Color HEX #041356 Sapphire

📋 copy color: '#041356'

red 4 ◦ green 19 ◦ blue 86

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

Shades of Sapphire #041356

Tints of Sapphire #041356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 86 (33.98% from 255) = 78.9%

R = 3.67%
G = 17.43%
B = 78.9%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#041356 (or 0x041356) is known color: Sapphire. HEX triplet: 04, 13 and 56. RGB value is (4,19,86). Sum of RGB (Red+Green+Blue) = 4+19+86=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #041356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041356 is #FBECA9. Grayscale: #151515. Windows color (decimal): -16510122 or 5640964. OLE color: 5640964.

HSL color Cylindrical-coordinate representation of color #041356: hue angle of 229.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041356 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 19 86 -
CMYK 0.95 0.78 0 0.66
HSL 229.02º 0.91% 0.18% -
HSV(B) 229.02º 0.95% 0.34% -
XYZ 1.96 1.16 8.93 -
YUV 22.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 4 19 86 0.95 0.78 0 0.66 229.02 0.91 0.18
Hex 4 13 56 5F 4E 0 42 E5 5B 12
Octal 4 23 126 137 116 0 102 345 133 22
Binary 100 10011 1010110 1011111 1001110 0 1000010 11100101 1011011 10010

Color Harmonies of #041356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041356

Black with #041356

Text Example


Text Example

White with #041356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041356; }

 p { color: rgb(4,19,86); }

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

background-color css

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

 a { background-color: rgb(4,19,86); }

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

border-color css

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

 span { border-color: rgb(4,19,86); }

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