Html Css Color HEX #051854 Sapphire

📋 copy color: '#051854'

red 5 ◦ green 24 ◦ blue 84

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

Shades of Sapphire #051854

Tints of Sapphire #051854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 4.42%
G = 21.24%
B = 74.34%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051854 (or 0x051854) is known color: Sapphire. HEX triplet: 05, 18 and 54. RGB value is (5,24,84). Sum of RGB (Red+Green+Blue) = 5+24+84=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #051854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051854 is #FAE7AB. Grayscale: #181818. Windows color (decimal): -16443308 or 5511173. OLE color: 5511173.

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

Color convert

RGB 5 24 84 -
CMYK 0.94 0.71 0 0.67
HSL 225.57º 0.89% 0.17% -
HSV(B) 225.57º 0.94% 0.33% -
XYZ 1.99 1.33 8.54 -
YUV 25.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 5 24 84 0.94 0.71 0 0.67 225.57 0.89 0.17
Hex 5 18 54 5E 47 0 43 E2 59 11
Octal 5 30 124 136 107 0 103 342 131 21
Binary 101 11000 1010100 1011110 1000111 0 1000011 11100010 1011001 10001

Color Harmonies of #051854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051854

Black with #051854

Text Example


Text Example

White with #051854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051854; }

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

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

background-color css

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

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

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

border-color css

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

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

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