Html Css Color HEX #040E52 Sapphire

📋 copy color: '#040E52'

red 4 ◦ green 14 ◦ blue 82

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

Shades of Sapphire #040E52

Tints of Sapphire #040E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 82%

R = 4%
G = 14%
B = 82%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040E52 (or 0x040E52) is known color: Sapphire. HEX triplet: 04, 0E and 52. RGB value is (4,14,82). Sum of RGB (Red+Green+Blue) = 4+14+82=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #040E52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E52 is #FBF1AD. Grayscale: #121212. Windows color (decimal): -16511406 or 5377540. OLE color: 5377540.

HSL color Cylindrical-coordinate representation of color #040E52: hue angle of 232.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040E52 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 14 82 -
CMYK 0.95 0.83 0 0.68
HSL 232.31º 0.91% 0.17% -
HSV(B) 232.31º 0.95% 0.32% -
XYZ 1.73 0.95 8.07 -
YUV 18.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 4 14 82 0.95 0.83 0 0.68 232.31 0.91 0.17
Hex 4 E 52 5F 53 0 44 E8 5B 11
Octal 4 16 122 137 123 0 104 350 133 21
Binary 100 1110 1010010 1011111 1010011 0 1000100 11101000 1011011 10001

Color Harmonies of #040E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E52

Black with #040E52

Text Example


Text Example

White with #040E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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