Html Css Color HEX #051154 Sapphire

📋 copy color: '#051154'

red 5 ◦ green 17 ◦ blue 84

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

Shades of Sapphire #051154

Tints of Sapphire #051154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 4.72%
G = 16.04%
B = 79.25%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051154 (or 0x051154) is known color: Sapphire. HEX triplet: 05, 11 and 54. RGB value is (5,17,84). Sum of RGB (Red+Green+Blue) = 5+17+84=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #051154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051154 is #FAEEAB. Grayscale: #141414. Windows color (decimal): -16445100 or 5509381. OLE color: 5509381.

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

Color convert

RGB 5 17 84 -
CMYK 0.94 0.80 0 0.67
HSL 230.89º 0.89% 0.17% -
HSV(B) 230.89º 0.94% 0.33% -
XYZ 1.86 1.07 8.5 -
YUV 21.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 5 17 84 0.94 0.80 0 0.67 230.89 0.89 0.17
Hex 5 11 54 5E 50 0 43 E7 59 11
Octal 5 21 124 136 120 0 103 347 131 21
Binary 101 10001 1010100 1011110 1010000 0 1000011 11100111 1011001 10001

Color Harmonies of #051154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051154

Black with #051154

Text Example


Text Example

White with #051154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051154; }

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

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

background-color css

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

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

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

border-color css

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

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

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