Html Css Color HEX #051C51 Sapphire

📋 copy color: '#051C51'

red 5 ◦ green 28 ◦ blue 81

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

Shades of Sapphire #051C51

Tints of Sapphire #051C51

RGB

 RED value IS 5 (2.34% from 255) = 4.39%

 GREEN value IS 28 (11.33% from 255) = 24.56%

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

R = 4.39%
G = 24.56%
B = 71.05%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#051C51 (or 0x051C51) is known color: Sapphire. HEX triplet: 05, 1C and 51. RGB value is (5,28,81). Sum of RGB (Red+Green+Blue) = 5+28+81=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #051C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C51 is #FAE3AE. Grayscale: #1A1A1A. Windows color (decimal): -16442287 or 5315589. OLE color: 5315589.

HSL color Cylindrical-coordinate representation of color #051C51: hue angle of 221.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051C51 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 28 81 -
CMYK 0.94 0.65 0 0.68
HSL 221.84º 0.88% 0.17% -
HSV(B) 221.84º 0.94% 0.32% -
XYZ 1.96 1.46 7.96 -
YUV 27.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 5 28 81 0.94 0.65 0 0.68 221.84 0.88 0.17
Hex 5 1C 51 5E 41 0 44 DE 58 11
Octal 5 34 121 136 101 0 104 336 130 21
Binary 101 11100 1010001 1011110 1000001 0 1000100 11011110 1011000 10001

Color Harmonies of #051C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C51

Black with #051C51

Text Example


Text Example

White with #051C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C51; }

 p { color: rgb(5,28,81); }

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

background-color css

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

 a { background-color: rgb(5,28,81); }

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

border-color css

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

 span { border-color: rgb(5,28,81); }

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