Html Css Color HEX #040B53 Sapphire

📋 copy color: '#040B53'

red 4 ◦ green 11 ◦ blue 83

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

Shades of Sapphire #040B53

Tints of Sapphire #040B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 84.69%

R = 4.08%
G = 11.22%
B = 84.69%

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

#040B53 (or 0x040B53) is known color: Sapphire. HEX triplet: 04, 0B and 53. RGB value is (4,11,83). Sum of RGB (Red+Green+Blue) = 4+11+83=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #040B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B53 is #FBF4AC. Grayscale: #101010. Windows color (decimal): -16512173 or 5442308. OLE color: 5442308.

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

Color convert

RGB 4 11 83 -
CMYK 0.95 0.87 0 0.67
HSL 234.68º 0.91% 0.17% -
HSV(B) 234.68º 0.95% 0.33% -
XYZ 1.73 0.89 8.26 -
YUV 17.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 4 11 83 0.95 0.87 0 0.67 234.68 0.91 0.17
Hex 4 B 53 5F 57 0 43 EB 5B 11
Octal 4 13 123 137 127 0 103 353 133 21
Binary 100 1011 1010011 1011111 1010111 0 1000011 11101011 1011011 10001

Color Harmonies of #040B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B53

Black with #040B53

Text Example


Text Example

White with #040B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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