Html Css Color HEX #040F4A Sapphire

📋 copy color: '#040F4A'

red 4 ◦ green 15 ◦ blue 74

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

Shades of Sapphire #040F4A

Tints of Sapphire #040F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.13%

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

R = 4.3%
G = 16.13%
B = 79.57%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040F4A (or 0x040F4A) is known color: Sapphire. HEX triplet: 04, 0F and 4A. RGB value is (4,15,74). Sum of RGB (Red+Green+Blue) = 4+15+74=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #040F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F4A is #FBF0B5. Grayscale: #121212. Windows color (decimal): -16511158 or 4853508. OLE color: 4853508.

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

Color convert

RGB 4 15 74 -
CMYK 0.95 0.80 0 0.71
HSL 230.57º 0.9% 0.15% -
HSV(B) 230.57º 0.95% 0.29% -
XYZ 1.46 0.86 6.57 -
YUV 18.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 4 15 74 0.95 0.80 0 0.71 230.57 0.9 0.15
Hex 4 F 4A 5F 50 0 47 E7 5A F
Octal 4 17 112 137 120 0 107 347 132 17
Binary 100 1111 1001010 1011111 1010000 0 1000111 11100111 1011010 1111

Color Harmonies of #040F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F4A

Black with #040F4A

Text Example


Text Example

White with #040F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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