Html Css Color HEX #040E5D Sapphire

📋 copy color: '#040E5D'

red 4 ◦ green 14 ◦ blue 93

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

Shades of Sapphire #040E5D

Tints of Sapphire #040E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 83.78%

R = 3.6%
G = 12.61%
B = 83.78%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#040E5D (or 0x040E5D) is known color: Sapphire. HEX triplet: 04, 0E and 5D. RGB value is (4,14,93). Sum of RGB (Red+Green+Blue) = 4+14+93=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #040E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E5D is #FBF1A2. Grayscale: #131313. Windows color (decimal): -16511395 or 6098436. OLE color: 6098436.

HSL color Cylindrical-coordinate representation of color #040E5D: hue angle of 233.26º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E5D is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 14 93 -
CMYK 0.96 0.85 0 0.64
HSL 233.26º 0.92% 0.19% -
HSV(B) 233.26º 0.96% 0.36% -
XYZ 2.18 1.13 10.46 -
YUV 20.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 4 14 93 0.96 0.85 0 0.64 233.26 0.92 0.19
Hex 4 E 5D 60 55 0 40 E9 5C 13
Octal 4 16 135 140 125 0 100 351 134 23
Binary 100 1110 1011101 1100000 1010101 0 1000000 11101001 1011100 10011

Color Harmonies of #040E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E5D

Black with #040E5D

Text Example


Text Example

White with #040E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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