Html Css Color HEX #051A65 Sapphire

📋 copy color: '#051A65'

red 5 ◦ green 26 ◦ blue 101

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

Shades of Sapphire #051A65

Tints of Sapphire #051A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 3.79%
G = 19.7%
B = 76.52%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#051A65 (or 0x051A65) is known color: Sapphire. HEX triplet: 05, 1A and 65. RGB value is (5,26,101). Sum of RGB (Red+Green+Blue) = 5+26+101=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #051A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A65 is #FAE59A. Grayscale: #1B1B1B. Windows color (decimal): -16442779 or 6625797. OLE color: 6625797.

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

Color convert

RGB 5 26 101 -
CMYK 0.95 0.74 0 0.60
HSL 226.88º 0.91% 0.21% -
HSV(B) 226.88º 0.95% 0.4% -
XYZ 2.78 1.71 12.5 -
YUV 28.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 5 26 101 0.95 0.74 0 0.60 226.88 0.91 0.21
Hex 5 1A 65 5F 4A 0 3C E3 5B 15
Octal 5 32 145 137 112 0 74 343 133 25
Binary 101 11010 1100101 1011111 1001010 0 111100 11100011 1011011 10101

Color Harmonies of #051A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A65

Black with #051A65

Text Example


Text Example

White with #051A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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