Html Css Color HEX #042152 Sapphire

📋 copy color: '#042152'

red 4 ◦ green 33 ◦ blue 82

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

Shades of Sapphire #042152

Tints of Sapphire #042152

RGB

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

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

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

R = 3.36%
G = 27.73%
B = 68.91%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042152 (or 0x042152) is known color: Sapphire. HEX triplet: 04, 21 and 52. RGB value is (4,33,82). Sum of RGB (Red+Green+Blue) = 4+33+82=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #042152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042152 is #FBDEAD. Grayscale: #1D1D1D. Windows color (decimal): -16506542 or 5382404. OLE color: 5382404.

HSL color Cylindrical-coordinate representation of color #042152: hue angle of 217.69º 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 #042152 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 33 82 -
CMYK 0.95 0.60 0 0.68
HSL 217.69º 0.91% 0.17% -
HSV(B) 217.69º 0.95% 0.32% -
XYZ 2.12 1.72 8.2 -
YUV 29.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 4 33 82 0.95 0.60 0 0.68 217.69 0.91 0.17
Hex 4 21 52 5F 3C 0 44 DA 5B 11
Octal 4 41 122 137 74 0 104 332 133 21
Binary 100 100001 1010010 1011111 111100 0 1000100 11011010 1011011 10001

Color Harmonies of #042152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042152

Black with #042152

Text Example


Text Example

White with #042152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042152; }

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

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

background-color css

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

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

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

border-color css

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

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

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