Html Css Color HEX #040F5B Sapphire

📋 copy color: '#040F5B'

red 4 ◦ green 15 ◦ blue 91

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

Shades of Sapphire #040F5B

Tints of Sapphire #040F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.64%

 BLUE value IS 91 (35.94% from 255) = 82.73%

R = 3.64%
G = 13.64%
B = 82.73%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#040F5B (or 0x040F5B) is known color: Sapphire. HEX triplet: 04, 0F and 5B. RGB value is (4,15,91). Sum of RGB (Red+Green+Blue) = 4+15+91=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #040F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F5B is #FBF0A4. Grayscale: #141414. Windows color (decimal): -16511141 or 5967620. OLE color: 5967620.

HSL color Cylindrical-coordinate representation of color #040F5B: hue angle of 232.41º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F5B is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 15 91 -
CMYK 0.96 0.84 0 0.64
HSL 232.41º 0.92% 0.19% -
HSV(B) 232.41º 0.96% 0.36% -
XYZ 2.11 1.12 10 -
YUV 20.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 4 15 91 0.96 0.84 0 0.64 232.41 0.92 0.19
Hex 4 F 5B 60 54 0 40 E8 5C 13
Octal 4 17 133 140 124 0 100 350 134 23
Binary 100 1111 1011011 1100000 1010100 0 1000000 11101000 1011100 10011

Color Harmonies of #040F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F5B

Black with #040F5B

Text Example


Text Example

White with #040F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,15,91); }

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

background-color css

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

 a { background-color: rgb(4,15,91); }

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

border-color css

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

 span { border-color: rgb(4,15,91); }

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