Html Css Color HEX #051E5D Sapphire

📋 copy color: '#051E5D'

red 5 ◦ green 30 ◦ blue 93

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

Shades of Sapphire #051E5D

Tints of Sapphire #051E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.66%

R = 3.91%
G = 23.44%
B = 72.66%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#051E5D (or 0x051E5D) is known color: Sapphire. HEX triplet: 05, 1E and 5D. RGB value is (5,30,93). Sum of RGB (Red+Green+Blue) = 5+30+93=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #051E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E5D is #FAE1A2. Grayscale: #1D1D1D. Windows color (decimal): -16441763 or 6102533. OLE color: 6102533.

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

Color convert

RGB 5 30 93 -
CMYK 0.95 0.68 0 0.64
HSL 222.95º 0.9% 0.19% -
HSV(B) 222.95º 0.95% 0.36% -
XYZ 2.5 1.75 10.56 -
YUV 29.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 5 30 93 0.95 0.68 0 0.64 222.95 0.9 0.19
Hex 5 1E 5D 5F 44 0 40 DF 5A 13
Octal 5 36 135 137 104 0 100 337 132 23
Binary 101 11110 1011101 1011111 1000100 0 1000000 11011111 1011010 10011

Color Harmonies of #051E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E5D

Black with #051E5D

Text Example


Text Example

White with #051E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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