Html Css Color HEX #051254 Sapphire

📋 copy color: '#051254'

red 5 ◦ green 18 ◦ blue 84

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

Shades of Sapphire #051254

Tints of Sapphire #051254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 4.67%
G = 16.82%
B = 78.5%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051254 (or 0x051254) is known color: Sapphire. HEX triplet: 05, 12 and 54. RGB value is (5,18,84). Sum of RGB (Red+Green+Blue) = 5+18+84=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #051254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051254 is #FAEDAB. Grayscale: #151515. Windows color (decimal): -16444844 or 5509637. OLE color: 5509637.

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

Color convert

RGB 5 18 84 -
CMYK 0.94 0.79 0 0.67
HSL 230.13º 0.89% 0.17% -
HSV(B) 230.13º 0.94% 0.33% -
XYZ 1.88 1.1 8.5 -
YUV 21.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 5 18 84 0.94 0.79 0 0.67 230.13 0.89 0.17
Hex 5 12 54 5E 4F 0 43 E6 59 11
Octal 5 22 124 136 117 0 103 346 131 21
Binary 101 10010 1010100 1011110 1001111 0 1000011 11100110 1011001 10001

Color Harmonies of #051254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051254

Black with #051254

Text Example


Text Example

White with #051254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051254; }

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

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

background-color css

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

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

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

border-color css

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

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

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