Html Css Color HEX #040A51 Sapphire

📋 copy color: '#040A51'

red 4 ◦ green 10 ◦ blue 81

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

Shades of Sapphire #040A51

Tints of Sapphire #040A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.53%

 BLUE value IS 81 (32.03% from 255) = 85.26%

R = 4.21%
G = 10.53%
B = 85.26%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040A51 (or 0x040A51) is known color: Sapphire. HEX triplet: 04, 0A and 51. RGB value is (4,10,81). Sum of RGB (Red+Green+Blue) = 4+10+81=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 81 (32.03% from 255 or 85.26% from 95); Max value from RGB is 81 - color contains mainly: blue. Hex color #040A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A51 is #FBF5AE. Grayscale: #101010. Windows color (decimal): -16512431 or 5310980. OLE color: 5310980.

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

Color convert

RGB 4 10 81 -
CMYK 0.95 0.88 0 0.68
HSL 235.32º 0.91% 0.17% -
HSV(B) 235.32º 0.95% 0.32% -
XYZ 1.64 0.84 7.86 -
YUV 16.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 4 10 81 0.95 0.88 0 0.68 235.32 0.91 0.17
Hex 4 A 51 5F 58 0 44 EB 5B 11
Octal 4 12 121 137 130 0 104 353 133 21
Binary 100 1010 1010001 1011111 1011000 0 1000100 11101011 1011011 10001

Color Harmonies of #040A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A51

Black with #040A51

Text Example


Text Example

White with #040A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,10,81); }

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

background-color css

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

 a { background-color: rgb(4,10,81); }

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

border-color css

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

 span { border-color: rgb(4,10,81); }

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