Html Css Color HEX #040D52 Sapphire

📋 copy color: '#040D52'

red 4 ◦ green 13 ◦ blue 82

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

Shades of Sapphire #040D52

Tints of Sapphire #040D52

RGB

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

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

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

R = 4.04%
G = 13.13%
B = 82.83%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040D52 (or 0x040D52) is known color: Sapphire. HEX triplet: 04, 0D and 52. RGB value is (4,13,82). Sum of RGB (Red+Green+Blue) = 4+13+82=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #040D52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D52 is #FBF2AD. Grayscale: #111111. Windows color (decimal): -16511662 or 5377284. OLE color: 5377284.

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

Color convert

RGB 4 13 82 -
CMYK 0.95 0.84 0 0.68
HSL 233.08º 0.91% 0.17% -
HSV(B) 233.08º 0.95% 0.32% -
XYZ 1.72 0.92 8.07 -
YUV 18.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 4 13 82 0.95 0.84 0 0.68 233.08 0.91 0.17
Hex 4 D 52 5F 54 0 44 E9 5B 11
Octal 4 15 122 137 124 0 104 351 133 21
Binary 100 1101 1010010 1011111 1010100 0 1000100 11101001 1011011 10001

Color Harmonies of #040D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D52

Black with #040D52

Text Example


Text Example

White with #040D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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