Html Css Color HEX #040B54 Sapphire

📋 copy color: '#040B54'

red 4 ◦ green 11 ◦ blue 84

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

Shades of Sapphire #040B54

Tints of Sapphire #040B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.11%

 BLUE value IS 84 (33.2% from 255) = 84.85%

R = 4.04%
G = 11.11%
B = 84.85%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#040B54 (or 0x040B54) is known color: Sapphire. HEX triplet: 04, 0B and 54. RGB value is (4,11,84). Sum of RGB (Red+Green+Blue) = 4+11+84=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #040B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B54 is #FBF4AB. Grayscale: #101010. Windows color (decimal): -16512172 or 5507844. OLE color: 5507844.

HSL color Cylindrical-coordinate representation of color #040B54: hue angle of 234.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040B54 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 11 84 -
CMYK 0.95 0.87 0 0.67
HSL 234.75º 0.91% 0.17% -
HSV(B) 234.75º 0.95% 0.33% -
XYZ 1.77 0.91 8.47 -
YUV 17.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 4 11 84 0.95 0.87 0 0.67 234.75 0.91 0.17
Hex 4 B 54 5F 57 0 43 EB 5B 11
Octal 4 13 124 137 127 0 103 353 133 21
Binary 100 1011 1010100 1011111 1010111 0 1000011 11101011 1011011 10001

Color Harmonies of #040B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B54

Black with #040B54

Text Example


Text Example

White with #040B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,11,84); }

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

background-color css

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

 a { background-color: rgb(4,11,84); }

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

border-color css

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

 span { border-color: rgb(4,11,84); }

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