Html Css Color HEX #183CDF Persian Blue

📋 copy color: '#183CDF'

red 24 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #183CDF

Tints of Persian Blue #183CDF

RGB

 RED value IS 24 (9.77% from 255) = 7.82%

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 7.82%
G = 19.54%
B = 72.64%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#183CDF (or 0x183CDF) is known color: Persian Blue. HEX triplet: 18, 3C and DF. RGB value is (24,60,223). Sum of RGB (Red+Green+Blue) = 24+60+223=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #183CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CDF is #E7C320. Grayscale: #434343. Windows color (decimal): -15188769 or 14629912. OLE color: 14629912.

HSL color Cylindrical-coordinate representation of color #183CDF: hue angle of 229.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183CDF is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 60 223 -
CMYK 0.89 0.73 0 0.13
HSL 229.15º 0.81% 0.48% -
HSV(B) 229.15º 0.89% 0.87% -
XYZ 15.31 8.75 70.69 -
YUV 67.82 215.57 96.75 -
System Red Green Blue C M Y K H S L
Decimal 24 60 223 0.89 0.73 0 0.13 229.15 0.81 0.48
Hex 18 3C DF 59 49 0 D E5 51 30
Octal 30 74 337 131 111 0 15 345 121 60
Binary 11000 111100 11011111 1011001 1001001 0 1101 11100101 1010001 110000

Color Harmonies of #183CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CDF

Black with #183CDF

Text Example


Text Example

White with #183CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183CDF; }

 p { color: rgb(24,60,223); }

 H1.HeaderClassName
 {
   color: #183CDF;
 }
 .AnyTagClassName
 {
   color: #183CDF;
 }
</style>

background-color css

<style>
 a { background-color: #183CDF; }

 a { background-color: rgb(24,60,223); }

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

border-color css

<style>
 span { border-color: #183CDF; }

 span { border-color: rgb(24,60,223); }

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