Html Css Color HEX #040B50 Sapphire

📋 copy color: '#040B50'

red 4 ◦ green 11 ◦ blue 80

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

Shades of Sapphire #040B50

Tints of Sapphire #040B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 84.21%

R = 4.21%
G = 11.58%
B = 84.21%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#040B50 (or 0x040B50) is known color: Sapphire. HEX triplet: 04, 0B and 50. RGB value is (4,11,80). Sum of RGB (Red+Green+Blue) = 4+11+80=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 80 (31.64% from 255 or 84.21% from 95); Max value from RGB is 80 - color contains mainly: blue. Hex color #040B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B50 is #FBF4AF. Grayscale: #101010. Windows color (decimal): -16512176 or 5245700. OLE color: 5245700.

HSL color Cylindrical-coordinate representation of color #040B50: hue angle of 234.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040B50 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 11 80 -
CMYK 0.95 0.86 0 0.69
HSL 234.47º 0.9% 0.16% -
HSV(B) 234.47º 0.95% 0.31% -
XYZ 1.62 0.84 7.67 -
YUV 16.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 4 11 80 0.95 0.86 0 0.69 234.47 0.9 0.16
Hex 4 B 50 5F 56 0 45 EA 5A 10
Octal 4 13 120 137 126 0 105 352 132 20
Binary 100 1011 1010000 1011111 1010110 0 1000101 11101010 1011010 10000

Color Harmonies of #040B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B50

Black with #040B50

Text Example


Text Example

White with #040B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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