Html Css Color HEX #041358 Sapphire

📋 copy color: '#041358'

red 4 ◦ green 19 ◦ blue 88

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

Shades of Sapphire #041358

Tints of Sapphire #041358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 79.28%

R = 3.6%
G = 17.12%
B = 79.28%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#041358 (or 0x041358) is known color: Sapphire. HEX triplet: 04, 13 and 58. RGB value is (4,19,88). Sum of RGB (Red+Green+Blue) = 4+19+88=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #041358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041358 is #FBECA7. Grayscale: #161616. Windows color (decimal): -16510120 or 5772036. OLE color: 5772036.

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

Color convert

RGB 4 19 88 -
CMYK 0.95 0.78 0 0.65
HSL 229.29º 0.91% 0.18% -
HSV(B) 229.29º 0.95% 0.35% -
XYZ 2.04 1.2 9.36 -
YUV 22.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 4 19 88 0.95 0.78 0 0.65 229.29 0.91 0.18
Hex 4 13 58 5F 4E 0 41 E5 5B 12
Octal 4 23 130 137 116 0 101 345 133 22
Binary 100 10011 1011000 1011111 1001110 0 1000001 11100101 1011011 10010

Color Harmonies of #041358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041358

Black with #041358

Text Example


Text Example

White with #041358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041358; }

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

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

background-color css

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

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

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

border-color css

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

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

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