Html Css Color HEX #040F59 Sapphire

📋 copy color: '#040F59'

red 4 ◦ green 15 ◦ blue 89

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

Shades of Sapphire #040F59

Tints of Sapphire #040F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 82.41%

R = 3.7%
G = 13.89%
B = 82.41%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040F59 (or 0x040F59) is known color: Sapphire. HEX triplet: 04, 0F and 59. RGB value is (4,15,89). Sum of RGB (Red+Green+Blue) = 4+15+89=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #040F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F59 is #FBF0A6. Grayscale: #131313. Windows color (decimal): -16511143 or 5836548. OLE color: 5836548.

HSL color Cylindrical-coordinate representation of color #040F59: hue angle of 232.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F59 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 15 89 -
CMYK 0.96 0.83 0 0.65
HSL 232.24º 0.91% 0.18% -
HSV(B) 232.24º 0.96% 0.35% -
XYZ 2.02 1.09 9.55 -
YUV 20.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 4 15 89 0.96 0.83 0 0.65 232.24 0.91 0.18
Hex 4 F 59 60 53 0 41 E8 5B 12
Octal 4 17 131 140 123 0 101 350 133 22
Binary 100 1111 1011001 1100000 1010011 0 1000001 11101000 1011011 10010

Color Harmonies of #040F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F59

Black with #040F59

Text Example


Text Example

White with #040F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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