Html Css Color HEX #183BDD Persian Blue

📋 copy color: '#183BDD'

red 24 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #183BDD

Tints of Persian Blue #183BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 7.89%
G = 19.41%
B = 72.7%

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

#183BDD (or 0x183BDD) is known color: Persian Blue. HEX triplet: 18, 3B and DD. RGB value is (24,59,221). Sum of RGB (Red+Green+Blue) = 24+59+221=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #183BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BDD is #E7C422. Grayscale: #424242. Windows color (decimal): -15189027 or 14498584. OLE color: 14498584.

HSL color Cylindrical-coordinate representation of color #183BDD: hue angle of 229.34º degrees, saturation: 0.8, 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 #183BDD is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 59 221 -
CMYK 0.89 0.73 0 0.13
HSL 229.34º 0.8% 0.48% -
HSV(B) 229.34º 0.89% 0.87% -
XYZ 14.99 8.54 69.27 -
YUV 67 214.9 97.33 -
System Red Green Blue C M Y K H S L
Decimal 24 59 221 0.89 0.73 0 0.13 229.34 0.8 0.48
Hex 18 3B DD 59 49 0 D E5 50 30
Octal 30 73 335 131 111 0 15 345 120 60
Binary 11000 111011 11011101 1011001 1001001 0 1101 11100101 1010000 110000

Color Harmonies of #183BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183BDD

Black with #183BDD

Text Example


Text Example

White with #183BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,59,221); }

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

background-color css

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

 a { background-color: rgb(24,59,221); }

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

border-color css

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

 span { border-color: rgb(24,59,221); }

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