Html Css Color HEX #1924BA Persian Blue

📋 copy color: '#1924BA'

red 25 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #1924BA

Tints of Persian Blue #1924BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 10.12%
G = 14.57%
B = 75.3%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1924BA (or 0x1924BA) is known color: Persian Blue. HEX triplet: 19, 24 and BA. RGB value is (25,36,186). Sum of RGB (Red+Green+Blue) = 25+36+186=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #1924BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924BA is #E6DB45. Grayscale: #313131. Windows color (decimal): -15129414 or 12198937. OLE color: 12198937.

HSL color Cylindrical-coordinate representation of color #1924BA: hue angle of 235.9º 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 #1924BA is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 36 186 -
CMYK 0.87 0.81 0 0.27
HSL 235.9º 0.76% 0.41% -
HSV(B) 235.9º 0.87% 0.73% -
XYZ 9.89 5.01 46.9 -
YUV 49.81 204.86 110.3 -
System Red Green Blue C M Y K H S L
Decimal 25 36 186 0.87 0.81 0 0.27 235.9 0.76 0.41
Hex 19 24 BA 57 51 0 1B EC 4C 29
Octal 31 44 272 127 121 0 33 354 114 51
Binary 11001 100100 10111010 1010111 1010001 0 11011 11101100 1001100 101001

Color Harmonies of #1924BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924BA

Black with #1924BA

Text Example


Text Example

White with #1924BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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