Html Css Color HEX #040E4E Sapphire

📋 copy color: '#040E4E'

red 4 ◦ green 14 ◦ blue 78

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

Shades of Sapphire #040E4E

Tints of Sapphire #040E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 81.25%

R = 4.17%
G = 14.58%
B = 81.25%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#040E4E (or 0x040E4E) is known color: Sapphire. HEX triplet: 04, 0E and 4E. RGB value is (4,14,78). Sum of RGB (Red+Green+Blue) = 4+14+78=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 78 (30.86% from 255 or 81.25% from 96); Max value from RGB is 78 - color contains mainly: blue. Hex color #040E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E4E is #FBF1B1. Grayscale: #121212. Windows color (decimal): -16511410 or 5115396. OLE color: 5115396.

HSL color Cylindrical-coordinate representation of color #040E4E: hue angle of 231.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040E4E is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 14 78 -
CMYK 0.95 0.82 0 0.69
HSL 231.89º 0.9% 0.16% -
HSV(B) 231.89º 0.95% 0.31% -
XYZ 1.58 0.89 7.3 -
YUV 18.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 4 14 78 0.95 0.82 0 0.69 231.89 0.9 0.16
Hex 4 E 4E 5F 52 0 45 E8 5A 10
Octal 4 16 116 137 122 0 105 350 132 20
Binary 100 1110 1001110 1011111 1010010 0 1000101 11101000 1011010 10000

Color Harmonies of #040E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E4E

Black with #040E4E

Text Example


Text Example

White with #040E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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