Html Css Color HEX #040E5A Sapphire

📋 copy color: '#040E5A'

red 4 ◦ green 14 ◦ blue 90

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

Shades of Sapphire #040E5A

Tints of Sapphire #040E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 83.33%

R = 3.7%
G = 12.96%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040E5A (or 0x040E5A) is known color: Sapphire. HEX triplet: 04, 0E and 5A. RGB value is (4,14,90). Sum of RGB (Red+Green+Blue) = 4+14+90=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #040E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E5A is #FBF1A5. Grayscale: #131313. Windows color (decimal): -16511398 or 5901828. OLE color: 5901828.

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

Color convert

RGB 4 14 90 -
CMYK 0.96 0.84 0 0.65
HSL 233.02º 0.91% 0.18% -
HSV(B) 233.02º 0.96% 0.35% -
XYZ 2.05 1.08 9.77 -
YUV 19.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 4 14 90 0.96 0.84 0 0.65 233.02 0.91 0.18
Hex 4 E 5A 60 54 0 41 E9 5B 12
Octal 4 16 132 140 124 0 101 351 133 22
Binary 100 1110 1011010 1100000 1010100 0 1000001 11101001 1011011 10010

Color Harmonies of #040E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E5A

Black with #040E5A

Text Example


Text Example

White with #040E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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