Html Css Color HEX #042052 Sapphire

📋 copy color: '#042052'

red 4 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #042052

Tints of Sapphire #042052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

 BLUE value IS 82 (32.42% from 255) = 69.49%

R = 3.39%
G = 27.12%
B = 69.49%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042052 (or 0x042052) is known color: Sapphire. HEX triplet: 04, 20 and 52. RGB value is (4,32,82). Sum of RGB (Red+Green+Blue) = 4+32+82=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #042052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042052 is #FBDFAD. Grayscale: #1D1D1D. Windows color (decimal): -16506798 or 5382148. OLE color: 5382148.

HSL color Cylindrical-coordinate representation of color #042052: hue angle of 218.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042052 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 32 82 -
CMYK 0.95 0.61 0 0.68
HSL 218.46º 0.91% 0.17% -
HSV(B) 218.46º 0.95% 0.32% -
XYZ 2.09 1.67 8.19 -
YUV 29.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 4 32 82 0.95 0.61 0 0.68 218.46 0.91 0.17
Hex 4 20 52 5F 3D 0 44 DA 5B 11
Octal 4 40 122 137 75 0 104 332 133 21
Binary 100 100000 1010010 1011111 111101 0 1000100 11011010 1011011 10001

Color Harmonies of #042052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042052

Black with #042052

Text Example


Text Example

White with #042052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042052; }

 p { color: rgb(4,32,82); }

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

background-color css

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

 a { background-color: rgb(4,32,82); }

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

border-color css

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

 span { border-color: rgb(4,32,82); }

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