Html Css Color HEX #1A3471 Sapphire

📋 copy color: '#1A3471'

red 26 ◦ green 52 ◦ blue 113

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

Shades of Sapphire #1A3471

Tints of Sapphire #1A3471

RGB

 RED value IS 26 (10.55% from 255) = 13.61%

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 13.61%
G = 27.23%
B = 59.16%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A3471 (or 0x1A3471) is known color: Sapphire. HEX triplet: 1A, 34 and 71. RGB value is (26,52,113). Sum of RGB (Red+Green+Blue) = 26+52+113=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3471 is #E5CB8E. Grayscale: #323232. Windows color (decimal): -15059855 or 7418906. OLE color: 7418906.

HSL color Cylindrical-coordinate representation of color #1A3471: hue angle of 222.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3471 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 52 113 -
CMYK 0.77 0.54 0 0.56
HSL 222.07º 0.63% 0.27% -
HSV(B) 222.07º 0.77% 0.44% -
XYZ 4.63 3.87 16.13 -
YUV 51.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 26 52 113 0.77 0.54 0 0.56 222.07 0.63 0.27
Hex 1A 34 71 4D 36 0 38 DE 3F 1B
Octal 32 64 161 115 66 0 70 336 77 33
Binary 11010 110100 1110001 1001101 110110 0 111000 11011110 111111 11011

Color Harmonies of #1A3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3471

Black with #1A3471

Text Example


Text Example

White with #1A3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A3471; }

 p { color: rgb(26,52,113); }

 H1.HeaderClassName
 {
   color: #1A3471;
 }
 .AnyTagClassName
 {
   color: #1A3471;
 }
</style>

background-color css

<style>
 a { background-color: #1A3471; }

 a { background-color: rgb(26,52,113); }

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

border-color css

<style>
 span { border-color: #1A3471; }

 span { border-color: rgb(26,52,113); }

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