Html Css Color HEX #040B55 Sapphire

📋 copy color: '#040B55'

red 4 ◦ green 11 ◦ blue 85

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

Shades of Sapphire #040B55

Tints of Sapphire #040B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 85%

R = 4%
G = 11%
B = 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

#040B55 (or 0x040B55) is known color: Sapphire. HEX triplet: 04, 0B and 55. RGB value is (4,11,85). Sum of RGB (Red+Green+Blue) = 4+11+85=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 85 (33.59% from 255 or 85% from 100); Max value from RGB is 85 - color contains mainly: blue. Hex color #040B55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B55 is #FBF4AA. Grayscale: #111111. Windows color (decimal): -16512171 or 5573380. OLE color: 5573380.

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

Color convert

RGB 4 11 85 -
CMYK 0.95 0.87 0 0.67
HSL 234.81º 0.91% 0.17% -
HSV(B) 234.81º 0.95% 0.33% -
XYZ 1.81 0.92 8.68 -
YUV 17.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 4 11 85 0.95 0.87 0 0.67 234.81 0.91 0.17
Hex 4 B 55 5F 57 0 43 EB 5B 11
Octal 4 13 125 137 127 0 103 353 133 21
Binary 100 1011 1010101 1011111 1010111 0 1000011 11101011 1011011 10001

Color Harmonies of #040B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B55

Black with #040B55

Text Example


Text Example

White with #040B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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