Html Css Color HEX #040E4B Sapphire

📋 copy color: '#040E4B'

red 4 ◦ green 14 ◦ blue 75

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

Shades of Sapphire #040E4B

Tints of Sapphire #040E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 80.65%

R = 4.3%
G = 15.05%
B = 80.65%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040E4B (or 0x040E4B) is known color: Sapphire. HEX triplet: 04, 0E and 4B. RGB value is (4,14,75). Sum of RGB (Red+Green+Blue) = 4+14+75=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #040E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E4B is #FBF1B4. Grayscale: #111111. Windows color (decimal): -16511413 or 4918788. OLE color: 4918788.

HSL color Cylindrical-coordinate representation of color #040E4B: hue angle of 231.55º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040E4B is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 14 75 -
CMYK 0.95 0.81 0 0.71
HSL 231.55º 0.9% 0.15% -
HSV(B) 231.55º 0.95% 0.29% -
XYZ 1.48 0.85 6.74 -
YUV 17.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 4 14 75 0.95 0.81 0 0.71 231.55 0.9 0.15
Hex 4 E 4B 5F 51 0 47 E8 5A F
Octal 4 16 113 137 121 0 107 350 132 17
Binary 100 1110 1001011 1011111 1010001 0 1000111 11101000 1011010 1111

Color Harmonies of #040E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E4B

Black with #040E4B

Text Example


Text Example

White with #040E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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