Html Css Color HEX #042151 Sapphire

📋 copy color: '#042151'

red 4 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #042151

Tints of Sapphire #042151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 68.64%

R = 3.39%
G = 27.97%
B = 68.64%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042151 (or 0x042151) is known color: Sapphire. HEX triplet: 04, 21 and 51. RGB value is (4,33,81). Sum of RGB (Red+Green+Blue) = 4+33+81=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #042151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042151 is #FBDEAE. Grayscale: #1D1D1D. Windows color (decimal): -16506543 or 5316868. OLE color: 5316868.

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

Color convert

RGB 4 33 81 -
CMYK 0.95 0.59 0 0.68
HSL 217.4º 0.91% 0.17% -
HSV(B) 217.4º 0.95% 0.32% -
XYZ 2.08 1.71 8 -
YUV 29.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 4 33 81 0.95 0.59 0 0.68 217.4 0.91 0.17
Hex 4 21 51 5F 3B 0 44 D9 5B 11
Octal 4 41 121 137 73 0 104 331 133 21
Binary 100 100001 1010001 1011111 111011 0 1000100 11011001 1011011 10001

Color Harmonies of #042151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042151

Black with #042151

Text Example


Text Example

White with #042151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042151; }

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

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

background-color css

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

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

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

border-color css

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

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

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