Html Css Color HEX #041248 Sapphire

📋 copy color: '#041248'

red 4 ◦ green 18 ◦ blue 72

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

Shades of Sapphire #041248

Tints of Sapphire #041248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

 BLUE value IS 72 (28.52% from 255) = 76.6%

R = 4.26%
G = 19.15%
B = 76.6%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041248 (or 0x041248) is known color: Sapphire. HEX triplet: 04, 12 and 48. RGB value is (4,18,72). Sum of RGB (Red+Green+Blue) = 4+18+72=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #041248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041248 is #FBEDB7. Grayscale: #131313. Windows color (decimal): -16510392 or 4723204. OLE color: 4723204.

HSL color Cylindrical-coordinate representation of color #041248: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041248 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 18 72 -
CMYK 0.94 0.75 0 0.72
HSL 227.65º 0.89% 0.15% -
HSV(B) 227.65º 0.94% 0.28% -
XYZ 1.44 0.93 6.23 -
YUV 19.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 4 18 72 0.94 0.75 0 0.72 227.65 0.89 0.15
Hex 4 12 48 5E 4B 0 48 E4 59 F
Octal 4 22 110 136 113 0 110 344 131 17
Binary 100 10010 1001000 1011110 1001011 0 1001000 11100100 1011001 1111

Color Harmonies of #041248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041248

Black with #041248

Text Example


Text Example

White with #041248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041248; }

 p { color: rgb(4,18,72); }

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

background-color css

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

 a { background-color: rgb(4,18,72); }

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

border-color css

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

 span { border-color: rgb(4,18,72); }

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