Html Css Color HEX #1946B4 Persian Blue

📋 copy color: '#1946B4'

red 25 ◦ green 70 ◦ blue 180

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

Shades of Persian Blue #1946B4

Tints of Persian Blue #1946B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.45%

R = 9.09%
G = 25.45%
B = 65.45%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1946B4 (or 0x1946B4) is known color: Persian Blue. HEX triplet: 19, 46 and B4. RGB value is (25,70,180). Sum of RGB (Red+Green+Blue) = 25+70+180=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #1946B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946B4 is #E6B94B. Grayscale: #444444. Windows color (decimal): -15120716 or 11814425. OLE color: 11814425.

HSL color Cylindrical-coordinate representation of color #1946B4: hue angle of 222.58º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1946B4 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 70 180 -
CMYK 0.86 0.61 0 0.29
HSL 222.58º 0.76% 0.4% -
HSV(B) 222.58º 0.86% 0.71% -
XYZ 10.83 7.88 44.13 -
YUV 69.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 25 70 180 0.86 0.61 0 0.29 222.58 0.76 0.4
Hex 19 46 B4 56 3D 0 1D DF 4C 28
Octal 31 106 264 126 75 0 35 337 114 50
Binary 11001 1000110 10110100 1010110 111101 0 11101 11011111 1001100 101000

Color Harmonies of #1946B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1946B4

Black with #1946B4

Text Example


Text Example

White with #1946B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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