Html Css Color HEX #040E57 Sapphire

📋 copy color: '#040E57'

red 4 ◦ green 14 ◦ blue 87

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

Shades of Sapphire #040E57

Tints of Sapphire #040E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 82.86%

R = 3.81%
G = 13.33%
B = 82.86%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#040E57 (or 0x040E57) is known color: Sapphire. HEX triplet: 04, 0E and 57. RGB value is (4,14,87). Sum of RGB (Red+Green+Blue) = 4+14+87=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #040E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E57 is #FBF1A8. Grayscale: #131313. Windows color (decimal): -16511401 or 5705220. OLE color: 5705220.

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

Color convert

RGB 4 14 87 -
CMYK 0.95 0.84 0 0.66
HSL 232.77º 0.91% 0.18% -
HSV(B) 232.77º 0.95% 0.34% -
XYZ 1.93 1.03 9.11 -
YUV 19.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 4 14 87 0.95 0.84 0 0.66 232.77 0.91 0.18
Hex 4 E 57 5F 54 0 42 E9 5B 12
Octal 4 16 127 137 124 0 102 351 133 22
Binary 100 1110 1010111 1011111 1010100 0 1000010 11101001 1011011 10010

Color Harmonies of #040E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E57

Black with #040E57

Text Example


Text Example

White with #040E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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