Html Css Color HEX #042051 Sapphire

📋 copy color: '#042051'

red 4 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #042051

Tints of Sapphire #042051

RGB

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

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

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

R = 3.42%
G = 27.35%
B = 69.23%

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

#042051 (or 0x042051) is known color: Sapphire. HEX triplet: 04, 20 and 51. RGB value is (4,32,81). Sum of RGB (Red+Green+Blue) = 4+32+81=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #042051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042051 is #FBDFAE. Grayscale: #1C1C1C. Windows color (decimal): -16506799 or 5316612. OLE color: 5316612.

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

Color convert

RGB 4 32 81 -
CMYK 0.95 0.60 0 0.68
HSL 218.18º 0.91% 0.17% -
HSV(B) 218.18º 0.95% 0.32% -
XYZ 2.05 1.65 8 -
YUV 29.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 4 32 81 0.95 0.60 0 0.68 218.18 0.91 0.17
Hex 4 20 51 5F 3C 0 44 DA 5B 11
Octal 4 40 121 137 74 0 104 332 133 21
Binary 100 100000 1010001 1011111 111100 0 1000100 11011010 1011011 10001

Color Harmonies of #042051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042051

Black with #042051

Text Example


Text Example

White with #042051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042051; }

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

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

background-color css

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

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

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

border-color css

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

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

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