Html Css Color HEX #040E58 Sapphire

📋 copy color: '#040E58'

red 4 ◦ green 14 ◦ blue 88

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

Shades of Sapphire #040E58

Tints of Sapphire #040E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.21%

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

R = 3.77%
G = 13.21%
B = 83.02%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040E58 (or 0x040E58) is known color: Sapphire. HEX triplet: 04, 0E and 58. RGB value is (4,14,88). Sum of RGB (Red+Green+Blue) = 4+14+88=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 88 (34.77% from 255 or 83.02% from 106); Max value from RGB is 88 - color contains mainly: blue. Hex color #040E58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E58 is #FBF1A7. Grayscale: #131313. Windows color (decimal): -16511400 or 5770756. OLE color: 5770756.

HSL color Cylindrical-coordinate representation of color #040E58: hue angle of 232.86º 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 #040E58 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 14 88 -
CMYK 0.95 0.84 0 0.65
HSL 232.86º 0.91% 0.18% -
HSV(B) 232.86º 0.95% 0.35% -
XYZ 1.97 1.04 9.33 -
YUV 19.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 4 14 88 0.95 0.84 0 0.65 232.86 0.91 0.18
Hex 4 E 58 5F 54 0 41 E9 5B 12
Octal 4 16 130 137 124 0 101 351 133 22
Binary 100 1110 1011000 1011111 1010100 0 1000001 11101001 1011011 10010

Color Harmonies of #040E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E58

Black with #040E58

Text Example


Text Example

White with #040E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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