Html Css Color HEX #042148 Sapphire

📋 copy color: '#042148'

red 4 ◦ green 33 ◦ blue 72

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

Shades of Sapphire #042148

Tints of Sapphire #042148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 3.67%
G = 30.28%
B = 66.06%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042148 (or 0x042148) is known color: Sapphire. HEX triplet: 04, 21 and 48. RGB value is (4,33,72). Sum of RGB (Red+Green+Blue) = 4+33+72=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #042148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042148 is #FBDEB7. Grayscale: #1C1C1C. Windows color (decimal): -16506552 or 4727044. OLE color: 4727044.

HSL color Cylindrical-coordinate representation of color #042148: hue angle of 214.41º 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 #042148 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 33 72 -
CMYK 0.94 0.54 0 0.72
HSL 214.41º 0.89% 0.15% -
HSV(B) 214.41º 0.94% 0.28% -
XYZ 1.76 1.58 6.34 -
YUV 28.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 4 33 72 0.94 0.54 0 0.72 214.41 0.89 0.15
Hex 4 21 48 5E 36 0 48 D6 59 F
Octal 4 41 110 136 66 0 110 326 131 17
Binary 100 100001 1001000 1011110 110110 0 1001000 11010110 1011001 1111

Color Harmonies of #042148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042148

Black with #042148

Text Example


Text Example

White with #042148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042148; }

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

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

background-color css

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

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

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

border-color css

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

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

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