Html Css Color HEX #1B24DF Persian Blue

📋 copy color: '#1B24DF'

red 27 ◦ green 36 ◦ blue 223

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

Shades of Persian Blue #1B24DF

Tints of Persian Blue #1B24DF

RGB

 RED value IS 27 (10.94% from 255) = 9.44%

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

 BLUE value IS 223 (87.5% from 255) = 77.97%

R = 9.44%
G = 12.59%
B = 77.97%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B24DF (or 0x1B24DF) is known color: Persian Blue. HEX triplet: 1B, 24 and DF. RGB value is (27,36,223). Sum of RGB (Red+Green+Blue) = 27+36+223=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B24DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B24DF is #E4DB20. Grayscale: #353535. Windows color (decimal): -14998305 or 14623771. OLE color: 14623771.

HSL color Cylindrical-coordinate representation of color #1B24DF: hue angle of 237.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B24DF is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 36 223 -
CMYK 0.88 0.84 0 0.13
HSL 237.24º 0.78% 0.49% -
HSV(B) 237.24º 0.88% 0.87% -
XYZ 14.4 6.82 70.37 -
YUV 54.63 223.02 108.29 -
System Red Green Blue C M Y K H S L
Decimal 27 36 223 0.88 0.84 0 0.13 237.24 0.78 0.49
Hex 1B 24 DF 58 54 0 D ED 4E 31
Octal 33 44 337 130 124 0 15 355 116 61
Binary 11011 100100 11011111 1011000 1010100 0 1101 11101101 1001110 110001

Color Harmonies of #1B24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B24DF

Black with #1B24DF

Text Example


Text Example

White with #1B24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B24DF; }

 p { color: rgb(27,36,223); }

 H1.HeaderClassName
 {
   color: #1B24DF;
 }
 .AnyTagClassName
 {
   color: #1B24DF;
 }
</style>

background-color css

<style>
 a { background-color: #1B24DF; }

 a { background-color: rgb(27,36,223); }

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

border-color css

<style>
 span { border-color: #1B24DF; }

 span { border-color: rgb(27,36,223); }

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