Html Css Color HEX #1924CB Persian Blue

📋 copy color: '#1924CB'

red 25 ◦ green 36 ◦ blue 203

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

Shades of Persian Blue #1924CB

Tints of Persian Blue #1924CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.89%

R = 9.47%
G = 13.64%
B = 76.89%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1924CB (or 0x1924CB) is known color: Persian Blue. HEX triplet: 19, 24 and CB. RGB value is (25,36,203). Sum of RGB (Red+Green+Blue) = 25+36+203=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #1924CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924CB is #E6DB34. Grayscale: #333333. Windows color (decimal): -15129397 or 13313049. OLE color: 13313049.

HSL color Cylindrical-coordinate representation of color #1924CB: hue angle of 236.29º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1924CB is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 36 203 -
CMYK 0.88 0.82 0 0.20
HSL 236.29º 0.78% 0.45% -
HSV(B) 236.29º 0.88% 0.8% -
XYZ 11.81 5.78 56.99 -
YUV 51.75 213.36 108.92 -
System Red Green Blue C M Y K H S L
Decimal 25 36 203 0.88 0.82 0 0.20 236.29 0.78 0.45
Hex 19 24 CB 58 52 0 14 EC 4E 2D
Octal 31 44 313 130 122 0 24 354 116 55
Binary 11001 100100 11001011 1011000 1010010 0 10100 11101100 1001110 101101

Color Harmonies of #1924CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924CB

Black with #1924CB

Text Example


Text Example

White with #1924CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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