Html Css Color HEX #051F5B Sapphire

📋 copy color: '#051F5B'

red 5 ◦ green 31 ◦ blue 91

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

Shades of Sapphire #051F5B

Tints of Sapphire #051F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 91 (35.94% from 255) = 71.65%

R = 3.94%
G = 24.41%
B = 71.65%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#051F5B (or 0x051F5B) is known color: Sapphire. HEX triplet: 05, 1F and 5B. RGB value is (5,31,91). Sum of RGB (Red+Green+Blue) = 5+31+91=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #051F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F5B is #FAE0A4. Grayscale: #1D1D1D. Windows color (decimal): -16441509 or 5971717. OLE color: 5971717.

HSL color Cylindrical-coordinate representation of color #051F5B: hue angle of 221.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F5B is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 31 91 -
CMYK 0.95 0.66 0 0.64
HSL 221.86º 0.9% 0.19% -
HSV(B) 221.86º 0.95% 0.36% -
XYZ 2.44 1.77 10.11 -
YUV 30.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 5 31 91 0.95 0.66 0 0.64 221.86 0.9 0.19
Hex 5 1F 5B 5F 42 0 40 DE 5A 13
Octal 5 37 133 137 102 0 100 336 132 23
Binary 101 11111 1011011 1011111 1000010 0 1000000 11011110 1011010 10011

Color Harmonies of #051F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F5B

Black with #051F5B

Text Example


Text Example

White with #051F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051F5B; }

 p { color: rgb(5,31,91); }

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

background-color css

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

 a { background-color: rgb(5,31,91); }

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

border-color css

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

 span { border-color: rgb(5,31,91); }

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