Html Css Color HEX #051354 Sapphire

📋 copy color: '#051354'

red 5 ◦ green 19 ◦ blue 84

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

Shades of Sapphire #051354

Tints of Sapphire #051354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

 BLUE value IS 84 (33.2% from 255) = 77.78%

R = 4.63%
G = 17.59%
B = 77.78%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051354 (or 0x051354) is known color: Sapphire. HEX triplet: 05, 13 and 54. RGB value is (5,19,84). Sum of RGB (Red+Green+Blue) = 5+19+84=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #051354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051354 is #FAECAB. Grayscale: #151515. Windows color (decimal): -16444588 or 5509893. OLE color: 5509893.

HSL color Cylindrical-coordinate representation of color #051354: hue angle of 229.37º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051354 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 19 84 -
CMYK 0.94 0.77 0 0.67
HSL 229.37º 0.89% 0.17% -
HSV(B) 229.37º 0.94% 0.33% -
XYZ 1.9 1.14 8.51 -
YUV 22.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 5 19 84 0.94 0.77 0 0.67 229.37 0.89 0.17
Hex 5 13 54 5E 4D 0 43 E5 59 11
Octal 5 23 124 136 115 0 103 345 131 21
Binary 101 10011 1010100 1011110 1001101 0 1000011 11100101 1011001 10001

Color Harmonies of #051354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051354

Black with #051354

Text Example


Text Example

White with #051354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051354; }

 p { color: rgb(5,19,84); }

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

background-color css

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

 a { background-color: rgb(5,19,84); }

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

border-color css

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

 span { border-color: rgb(5,19,84); }

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