Html Css Color HEX #051255 Sapphire

📋 copy color: '#051255'

red 5 ◦ green 18 ◦ blue 85

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

Shades of Sapphire #051255

Tints of Sapphire #051255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 78.7%

R = 4.63%
G = 16.67%
B = 78.7%

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

#051255 (or 0x051255) is known color: Sapphire. HEX triplet: 05, 12 and 55. RGB value is (5,18,85). Sum of RGB (Red+Green+Blue) = 5+18+85=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #051255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051255 is #FAEDAA. Grayscale: #151515. Windows color (decimal): -16444843 or 5575173. OLE color: 5575173.

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

Color convert

RGB 5 18 85 -
CMYK 0.94 0.79 0 0.67
HSL 230.25º 0.89% 0.18% -
HSV(B) 230.25º 0.94% 0.33% -
XYZ 1.92 1.12 8.71 -
YUV 21.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 5 18 85 0.94 0.79 0 0.67 230.25 0.89 0.18
Hex 5 12 55 5E 4F 0 43 E6 59 12
Octal 5 22 125 136 117 0 103 346 131 22
Binary 101 10010 1010101 1011110 1001111 0 1000011 11100110 1011001 10010

Color Harmonies of #051255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051255

Black with #051255

Text Example


Text Example

White with #051255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051255; }

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

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

background-color css

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

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

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

border-color css

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

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

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