Html Css Color HEX #183DD2 Persian Blue

📋 copy color: '#183DD2'

red 24 ◦ green 61 ◦ blue 210

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

Shades of Persian Blue #183DD2

Tints of Persian Blue #183DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

 BLUE value IS 210 (82.42% from 255) = 71.19%

R = 8.14%
G = 20.68%
B = 71.19%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#183DD2 (or 0x183DD2) is known color: Persian Blue. HEX triplet: 18, 3D and D2. RGB value is (24,61,210). Sum of RGB (Red+Green+Blue) = 24+61+210=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #183DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DD2 is #E7C22D. Grayscale: #424242. Windows color (decimal): -15188526 or 13778200. OLE color: 13778200.

HSL color Cylindrical-coordinate representation of color #183DD2: hue angle of 228.06º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183DD2 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 61 210 -
CMYK 0.89 0.71 0 0.18
HSL 228.06º 0.79% 0.46% -
HSV(B) 228.06º 0.89% 0.82% -
XYZ 13.68 8.18 61.83 -
YUV 66.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 24 61 210 0.89 0.71 0 0.18 228.06 0.79 0.46
Hex 18 3D D2 59 47 0 12 E4 4F 2E
Octal 30 75 322 131 107 0 22 344 117 56
Binary 11000 111101 11010010 1011001 1000111 0 10010 11100100 1001111 101110

Color Harmonies of #183DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183DD2

Black with #183DD2

Text Example


Text Example

White with #183DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,61,210); }

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

background-color css

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

 a { background-color: rgb(24,61,210); }

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

border-color css

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

 span { border-color: rgb(24,61,210); }

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