Html Css Color HEX #241ABB Persian Blue

📋 copy color: '#241ABB'

red 36 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #241ABB

Tints of Persian Blue #241ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

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

R = 14.46%
G = 10.44%
B = 75.1%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#241ABB (or 0x241ABB) is known color: Persian Blue. HEX triplet: 24, 1A and BB. RGB value is (36,26,187). Sum of RGB (Red+Green+Blue) = 36+26+187=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #241ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ABB is #DBE544. Grayscale: #2E2E2E. Windows color (decimal): -14411077 or 12261924. OLE color: 12261924.

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

Color convert

RGB 36 26 187 -
CMYK 0.81 0.86 0 0.27
HSL 243.73º 0.76% 0.42% -
HSV(B) 243.73º 0.86% 0.73% -
XYZ 10.07 4.7 47.39 -
YUV 47.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 36 26 187 0.81 0.86 0 0.27 243.73 0.76 0.42
Hex 24 1A BB 51 56 0 1B F4 4C 2A
Octal 44 32 273 121 126 0 33 364 114 52
Binary 100100 11010 10111011 1010001 1010110 0 11011 11110100 1001100 101010

Color Harmonies of #241ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ABB

Black with #241ABB

Text Example


Text Example

White with #241ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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