Html Css Color HEX #241DBA Persian Blue

📋 copy color: '#241DBA'

red 36 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #241DBA

Tints of Persian Blue #241DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 14.34%
G = 11.55%
B = 74.1%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#241DBA (or 0x241DBA) is known color: Persian Blue. HEX triplet: 24, 1D and BA. RGB value is (36,29,186). Sum of RGB (Red+Green+Blue) = 36+29+186=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #241DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DBA is #DBE245. Grayscale: #303030. Windows color (decimal): -14410310 or 12197156. OLE color: 12197156.

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

Color convert

RGB 36 29 186 -
CMYK 0.81 0.84 0 0.27
HSL 242.68º 0.73% 0.42% -
HSV(B) 242.68º 0.84% 0.73% -
XYZ 10.03 4.8 46.85 -
YUV 48.99 205.32 118.73 -
System Red Green Blue C M Y K H S L
Decimal 36 29 186 0.81 0.84 0 0.27 242.68 0.73 0.42
Hex 24 1D BA 51 54 0 1B F3 49 2A
Octal 44 35 272 121 124 0 33 363 111 52
Binary 100100 11101 10111010 1010001 1010100 0 11011 11110011 1001001 101010

Color Harmonies of #241DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DBA

Black with #241DBA

Text Example


Text Example

White with #241DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,186); }

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

background-color css

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

 a { background-color: rgb(36,29,186); }

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

border-color css

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

 span { border-color: rgb(36,29,186); }

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