Html Css Color HEX #040D4B Sapphire

📋 copy color: '#040D4B'

red 4 ◦ green 13 ◦ blue 75

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

Shades of Sapphire #040D4B

Tints of Sapphire #040D4B

RGB

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

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

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

R = 4.35%
G = 14.13%
B = 81.52%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040D4B (or 0x040D4B) is known color: Sapphire. HEX triplet: 04, 0D and 4B. RGB value is (4,13,75). Sum of RGB (Red+Green+Blue) = 4+13+75=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #040D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D4B is #FBF2B4. Grayscale: #111111. Windows color (decimal): -16511669 or 4918532. OLE color: 4918532.

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

Color convert

RGB 4 13 75 -
CMYK 0.95 0.83 0 0.71
HSL 232.39º 0.9% 0.15% -
HSV(B) 232.39º 0.95% 0.29% -
XYZ 1.46 0.82 6.74 -
YUV 17.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 4 13 75 0.95 0.83 0 0.71 232.39 0.9 0.15
Hex 4 D 4B 5F 53 0 47 E8 5A F
Octal 4 15 113 137 123 0 107 350 132 17
Binary 100 1101 1001011 1011111 1010011 0 1000111 11101000 1011010 1111

Color Harmonies of #040D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D4B

Black with #040D4B

Text Example


Text Example

White with #040D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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