Html Css Color HEX #040D4A Sapphire

📋 copy color: '#040D4A'

red 4 ◦ green 13 ◦ blue 74

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

Shades of Sapphire #040D4A

Tints of Sapphire #040D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.29%

 BLUE value IS 74 (29.3% from 255) = 81.32%

R = 4.4%
G = 14.29%
B = 81.32%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040D4A (or 0x040D4A) is known color: Sapphire. HEX triplet: 04, 0D and 4A. RGB value is (4,13,74). Sum of RGB (Red+Green+Blue) = 4+13+74=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #040D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D4A is #FBF2B5. Grayscale: #111111. Windows color (decimal): -16511670 or 4852996. OLE color: 4852996.

HSL color Cylindrical-coordinate representation of color #040D4A: hue angle of 232.29º 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 #040D4A is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 13 74 -
CMYK 0.95 0.82 0 0.71
HSL 232.29º 0.9% 0.15% -
HSV(B) 232.29º 0.95% 0.29% -
XYZ 1.43 0.81 6.56 -
YUV 17.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 4 13 74 0.95 0.82 0 0.71 232.29 0.9 0.15
Hex 4 D 4A 5F 52 0 47 E8 5A F
Octal 4 15 112 137 122 0 107 350 132 17
Binary 100 1101 1001010 1011111 1010010 0 1000111 11101000 1011010 1111

Color Harmonies of #040D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D4A

Black with #040D4A

Text Example


Text Example

White with #040D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,13,74); }

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

background-color css

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

 a { background-color: rgb(4,13,74); }

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

border-color css

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

 span { border-color: rgb(4,13,74); }

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