Html Css Color HEX #040E61 Sapphire

📋 copy color: '#040E61'

red 4 ◦ green 14 ◦ blue 97

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

Shades of Sapphire #040E61

Tints of Sapphire #040E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 84.35%

R = 3.48%
G = 12.17%
B = 84.35%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040E61 (or 0x040E61) is known color: Sapphire. HEX triplet: 04, 0E and 61. RGB value is (4,14,97). Sum of RGB (Red+Green+Blue) = 4+14+97=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #040E61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E61 is #FBF19E. Grayscale: #141414. Windows color (decimal): -16511391 or 6360580. OLE color: 6360580.

HSL color Cylindrical-coordinate representation of color #040E61: hue angle of 233.55º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E61 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 14 97 -
CMYK 0.96 0.86 0 0.62
HSL 233.55º 0.92% 0.2% -
HSV(B) 233.55º 0.96% 0.38% -
XYZ 2.36 1.2 11.42 -
YUV 20.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 4 14 97 0.96 0.86 0 0.62 233.55 0.92 0.2
Hex 4 E 61 60 56 0 3E EA 5C 14
Octal 4 16 141 140 126 0 76 352 134 24
Binary 100 1110 1100001 1100000 1010110 0 111110 11101010 1011100 10100

Color Harmonies of #040E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E61

Black with #040E61

Text Example


Text Example

White with #040E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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