Html Css Color HEX #241BCB Persian Blue

📋 copy color: '#241BCB'

red 36 ◦ green 27 ◦ blue 203

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

Shades of Persian Blue #241BCB

Tints of Persian Blue #241BCB

RGB

 RED value IS 36 (14.45% from 255) = 13.53%

 GREEN value IS 27 (10.94% from 255) = 10.15%

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

R = 13.53%
G = 10.15%
B = 76.32%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241BCB (or 0x241BCB) is known color: Persian Blue. HEX triplet: 24, 1B and CB. RGB value is (36,27,203). Sum of RGB (Red+Green+Blue) = 36+27+203=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #241BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BCB is #DBE434. Grayscale: #313131. Windows color (decimal): -14410805 or 13310756. OLE color: 13310756.

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

Color convert

RGB 36 27 203 -
CMYK 0.82 0.87 0 0.20
HSL 243.07º 0.77% 0.45% -
HSV(B) 243.07º 0.87% 0.8% -
XYZ 11.9 5.47 56.93 -
YUV 49.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 36 27 203 0.82 0.87 0 0.20 243.07 0.77 0.45
Hex 24 1B CB 52 57 0 14 F3 4D 2D
Octal 44 33 313 122 127 0 24 363 115 55
Binary 100100 11011 11001011 1010010 1010111 0 10100 11110011 1001101 101101

Color Harmonies of #241BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BCB

Black with #241BCB

Text Example


Text Example

White with #241BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241BCB; }

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

 H1.HeaderClassName
 {
   color: #241BCB;
 }
 .AnyTagClassName
 {
   color: #241BCB;
 }
</style>

background-color css

<style>
 a { background-color: #241BCB; }

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

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

border-color css

<style>
 span { border-color: #241BCB; }

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

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