Html Css Color HEX #040F58 Sapphire

📋 copy color: '#040F58'

red 4 ◦ green 15 ◦ blue 88

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

Shades of Sapphire #040F58

Tints of Sapphire #040F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 82.24%

R = 3.74%
G = 14.02%
B = 82.24%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040F58 (or 0x040F58) is known color: Sapphire. HEX triplet: 04, 0F and 58. RGB value is (4,15,88). Sum of RGB (Red+Green+Blue) = 4+15+88=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #040F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F58 is #FBF0A7. Grayscale: #131313. Windows color (decimal): -16511144 or 5771012. OLE color: 5771012.

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

Color convert

RGB 4 15 88 -
CMYK 0.95 0.83 0 0.65
HSL 232.14º 0.91% 0.18% -
HSV(B) 232.14º 0.95% 0.35% -
XYZ 1.98 1.07 9.33 -
YUV 20.03 166.36 116.56 -
System Red Green Blue C M Y K H S L
Decimal 4 15 88 0.95 0.83 0 0.65 232.14 0.91 0.18
Hex 4 F 58 5F 53 0 41 E8 5B 12
Octal 4 17 130 137 123 0 101 350 133 22
Binary 100 1111 1011000 1011111 1010011 0 1000001 11101000 1011011 10010

Color Harmonies of #040F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F58

Black with #040F58

Text Example


Text Example

White with #040F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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