Html Css Color HEX #051C4D Sapphire

📋 copy color: '#051C4D'

red 5 ◦ green 28 ◦ blue 77

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

Shades of Sapphire #051C4D

Tints of Sapphire #051C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 70%

R = 4.55%
G = 25.45%
B = 70%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#051C4D (or 0x051C4D) is known color: Sapphire. HEX triplet: 05, 1C and 4D. RGB value is (5,28,77). Sum of RGB (Red+Green+Blue) = 5+28+77=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #051C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C4D is #FAE3B2. Grayscale: #1A1A1A. Windows color (decimal): -16442291 or 5053445. OLE color: 5053445.

HSL color Cylindrical-coordinate representation of color #051C4D: hue angle of 220.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051C4D is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 28 77 -
CMYK 0.94 0.64 0 0.70
HSL 220.83º 0.88% 0.16% -
HSV(B) 220.83º 0.94% 0.3% -
XYZ 1.82 1.4 7.2 -
YUV 26.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 5 28 77 0.94 0.64 0 0.70 220.83 0.88 0.16
Hex 5 1C 4D 5E 40 0 46 DD 58 10
Octal 5 34 115 136 100 0 106 335 130 20
Binary 101 11100 1001101 1011110 1000000 0 1000110 11011101 1011000 10000

Color Harmonies of #051C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C4D

Black with #051C4D

Text Example


Text Example

White with #051C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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