Html Css Color HEX #1924BB Persian Blue

📋 copy color: '#1924BB'

red 25 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #1924BB

Tints of Persian Blue #1924BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.4%

R = 10.08%
G = 14.52%
B = 75.4%

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

#1924BB (or 0x1924BB) is known color: Persian Blue. HEX triplet: 19, 24 and BB. RGB value is (25,36,187). Sum of RGB (Red+Green+Blue) = 25+36+187=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #1924BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924BB is #E6DB44. Grayscale: #313131. Windows color (decimal): -15129413 or 12264473. OLE color: 12264473.

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

Color convert

RGB 25 36 187 -
CMYK 0.87 0.81 0 0.27
HSL 235.93º 0.76% 0.42% -
HSV(B) 235.93º 0.87% 0.73% -
XYZ 10 5.06 47.46 -
YUV 49.93 205.36 110.22 -
System Red Green Blue C M Y K H S L
Decimal 25 36 187 0.87 0.81 0 0.27 235.93 0.76 0.42
Hex 19 24 BB 57 51 0 1B EC 4C 2A
Octal 31 44 273 127 121 0 33 354 114 52
Binary 11001 100100 10111011 1010111 1010001 0 11011 11101100 1001100 101010

Color Harmonies of #1924BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924BB

Black with #1924BB

Text Example


Text Example

White with #1924BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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