Html Css Color HEX #051E65 Sapphire

📋 copy color: '#051E65'

red 5 ◦ green 30 ◦ blue 101

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

Shades of Sapphire #051E65

Tints of Sapphire #051E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 74.26%

R = 3.68%
G = 22.06%
B = 74.26%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#051E65 (or 0x051E65) is known color: Sapphire. HEX triplet: 05, 1E and 65. RGB value is (5,30,101). Sum of RGB (Red+Green+Blue) = 5+30+101=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #051E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E65 is #FAE19A. Grayscale: #1E1E1E. Windows color (decimal): -16441755 or 6626821. OLE color: 6626821.

HSL color Cylindrical-coordinate representation of color #051E65: hue angle of 224.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051E65 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 30 101 -
CMYK 0.95 0.70 0 0.60
HSL 224.38º 0.91% 0.21% -
HSV(B) 224.38º 0.95% 0.4% -
XYZ 2.88 1.9 12.53 -
YUV 30.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 5 30 101 0.95 0.70 0 0.60 224.38 0.91 0.21
Hex 5 1E 65 5F 46 0 3C E0 5B 15
Octal 5 36 145 137 106 0 74 340 133 25
Binary 101 11110 1100101 1011111 1000110 0 111100 11100000 1011011 10101

Color Harmonies of #051E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E65

Black with #051E65

Text Example


Text Example

White with #051E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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