Html Css Color HEX #040C51 Sapphire

📋 copy color: '#040C51'

red 4 ◦ green 12 ◦ blue 81

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

Shades of Sapphire #040C51

Tints of Sapphire #040C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.37%

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

R = 4.12%
G = 12.37%
B = 83.51%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040C51 (or 0x040C51) is known color: Sapphire. HEX triplet: 04, 0C and 51. RGB value is (4,12,81). Sum of RGB (Red+Green+Blue) = 4+12+81=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #040C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C51 is #FBF3AE. Grayscale: #111111. Windows color (decimal): -16511919 or 5311492. OLE color: 5311492.

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

Color convert

RGB 4 12 81 -
CMYK 0.95 0.85 0 0.68
HSL 233.77º 0.91% 0.17% -
HSV(B) 233.77º 0.95% 0.32% -
XYZ 1.67 0.88 7.87 -
YUV 17.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 4 12 81 0.95 0.85 0 0.68 233.77 0.91 0.17
Hex 4 C 51 5F 55 0 44 EA 5B 11
Octal 4 14 121 137 125 0 104 352 133 21
Binary 100 1100 1010001 1011111 1010101 0 1000100 11101010 1011011 10001

Color Harmonies of #040C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C51

Black with #040C51

Text Example


Text Example

White with #040C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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