Html Css Color HEX #051755 Sapphire

📋 copy color: '#051755'

red 5 ◦ green 23 ◦ blue 85

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

Shades of Sapphire #051755

Tints of Sapphire #051755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 4.42%
G = 20.35%
B = 75.22%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051755 (or 0x051755) is known color: Sapphire. HEX triplet: 05, 17 and 55. RGB value is (5,23,85). Sum of RGB (Red+Green+Blue) = 5+23+85=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #051755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051755 is #FAE8AA. Grayscale: #181818. Windows color (decimal): -16443563 or 5576453. OLE color: 5576453.

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

Color convert

RGB 5 23 85 -
CMYK 0.94 0.73 0 0.67
HSL 226.5º 0.89% 0.18% -
HSV(B) 226.5º 0.94% 0.33% -
XYZ 2.01 1.3 8.74 -
YUV 24.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 5 23 85 0.94 0.73 0 0.67 226.5 0.89 0.18
Hex 5 17 55 5E 49 0 43 E2 59 12
Octal 5 27 125 136 111 0 103 342 131 22
Binary 101 10111 1010101 1011110 1001001 0 1000011 11100010 1011001 10010

Color Harmonies of #051755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051755

Black with #051755

Text Example


Text Example

White with #051755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051755; }

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

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

background-color css

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

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

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

border-color css

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

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

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