Html Css Color HEX #1946BA Persian Blue

📋 copy color: '#1946BA'

red 25 ◦ green 70 ◦ blue 186

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

Shades of Persian Blue #1946BA

Tints of Persian Blue #1946BA

RGB

 RED value IS 25 (10.16% from 255) = 8.9%

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 8.9%
G = 24.91%
B = 66.19%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1946BA (or 0x1946BA) is known color: Persian Blue. HEX triplet: 19, 46 and BA. RGB value is (25,70,186). Sum of RGB (Red+Green+Blue) = 25+70+186=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #1946BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946BA is #E6B945. Grayscale: #454545. Windows color (decimal): -15120710 or 12207641. OLE color: 12207641.

HSL color Cylindrical-coordinate representation of color #1946BA: hue angle of 223.23º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1946BA is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 70 186 -
CMYK 0.87 0.62 0 0.27
HSL 223.23º 0.76% 0.41% -
HSV(B) 223.23º 0.87% 0.73% -
XYZ 11.45 8.13 47.42 -
YUV 69.77 193.59 96.07 -
System Red Green Blue C M Y K H S L
Decimal 25 70 186 0.87 0.62 0 0.27 223.23 0.76 0.41
Hex 19 46 BA 57 3E 0 1B DF 4C 29
Octal 31 106 272 127 76 0 33 337 114 51
Binary 11001 1000110 10111010 1010111 111110 0 11011 11011111 1001100 101001

Color Harmonies of #1946BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1946BA

Black with #1946BA

Text Example


Text Example

White with #1946BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1946BA; }

 p { color: rgb(25,70,186); }

 H1.HeaderClassName
 {
   color: #1946BA;
 }
 .AnyTagClassName
 {
   color: #1946BA;
 }
</style>

background-color css

<style>
 a { background-color: #1946BA; }

 a { background-color: rgb(25,70,186); }

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

border-color css

<style>
 span { border-color: #1946BA; }

 span { border-color: rgb(25,70,186); }

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