Html Css Color HEX #051454 Sapphire

📋 copy color: '#051454'

red 5 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #051454

Tints of Sapphire #051454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 4.59%
G = 18.35%
B = 77.06%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051454 (or 0x051454) is known color: Sapphire. HEX triplet: 05, 14 and 54. RGB value is (5,20,84). Sum of RGB (Red+Green+Blue) = 5+20+84=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #051454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051454 is #FAEBAB. Grayscale: #161616. Windows color (decimal): -16444332 or 5510149. OLE color: 5510149.

HSL color Cylindrical-coordinate representation of color #051454: hue angle of 228.61º 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 #051454 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 20 84 -
CMYK 0.94 0.76 0 0.67
HSL 228.61º 0.89% 0.17% -
HSV(B) 228.61º 0.94% 0.33% -
XYZ 1.91 1.17 8.51 -
YUV 22.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 5 20 84 0.94 0.76 0 0.67 228.61 0.89 0.17
Hex 5 14 54 5E 4C 0 43 E5 59 11
Octal 5 24 124 136 114 0 103 345 131 21
Binary 101 10100 1010100 1011110 1001100 0 1000011 11100101 1011001 10001

Color Harmonies of #051454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051454

Black with #051454

Text Example


Text Example

White with #051454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051454; }

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

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

background-color css

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

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

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

border-color css

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

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

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