Html Css Color HEX #051E5B Sapphire

📋 copy color: '#051E5B'

red 5 ◦ green 30 ◦ blue 91

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

Shades of Sapphire #051E5B

Tints of Sapphire #051E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.81%

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

R = 3.97%
G = 23.81%
B = 72.22%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#051E5B (or 0x051E5B) is known color: Sapphire. HEX triplet: 05, 1E and 5B. RGB value is (5,30,91). Sum of RGB (Red+Green+Blue) = 5+30+91=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #051E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E5B is #FAE1A4. Grayscale: #1D1D1D. Windows color (decimal): -16441765 or 5971461. OLE color: 5971461.

HSL color Cylindrical-coordinate representation of color #051E5B: hue angle of 222.56º 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 #051E5B is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 30 91 -
CMYK 0.95 0.67 0 0.64
HSL 222.56º 0.9% 0.19% -
HSV(B) 222.56º 0.95% 0.36% -
XYZ 2.42 1.72 10.1 -
YUV 29.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 5 30 91 0.95 0.67 0 0.64 222.56 0.9 0.19
Hex 5 1E 5B 5F 43 0 40 DF 5A 13
Octal 5 36 133 137 103 0 100 337 132 23
Binary 101 11110 1011011 1011111 1000011 0 1000000 11011111 1011010 10011

Color Harmonies of #051E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E5B

Black with #051E5B

Text Example


Text Example

White with #051E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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