Html Css Color HEX #051D65 Sapphire

📋 copy color: '#051D65'

red 5 ◦ green 29 ◦ blue 101

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

Shades of Sapphire #051D65

Tints of Sapphire #051D65

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

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

R = 3.7%
G = 21.48%
B = 74.81%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#051D65 (or 0x051D65) is known color: Sapphire. HEX triplet: 05, 1D and 65. RGB value is (5,29,101). Sum of RGB (Red+Green+Blue) = 5+29+101=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #051D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D65 is #FAE29A. Grayscale: #1D1D1D. Windows color (decimal): -16442011 or 6626565. OLE color: 6626565.

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

Color convert

RGB 5 29 101 -
CMYK 0.95 0.71 0 0.60
HSL 225º 0.91% 0.21% -
HSV(B) 225º 0.95% 0.4% -
XYZ 2.85 1.85 12.52 -
YUV 30.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 5 29 101 0.95 0.71 0 0.60 225 0.91 0.21
Hex 5 1D 65 5F 47 0 3C E1 5B 15
Octal 5 35 145 137 107 0 74 341 133 25
Binary 101 11101 1100101 1011111 1000111 0 111100 11100001 1011011 10101

Color Harmonies of #051D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D65

Black with #051D65

Text Example


Text Example

White with #051D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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