Html Css Color HEX #183DD8 Persian Blue

📋 copy color: '#183DD8'

red 24 ◦ green 61 ◦ blue 216

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

Shades of Persian Blue #183DD8

Tints of Persian Blue #183DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 71.76%

R = 7.97%
G = 20.27%
B = 71.76%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#183DD8 (or 0x183DD8) is known color: Persian Blue. HEX triplet: 18, 3D and D8. RGB value is (24,61,216). Sum of RGB (Red+Green+Blue) = 24+61+216=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #183DD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DD8 is #E7C227. Grayscale: #424242. Windows color (decimal): -15188520 or 14171416. OLE color: 14171416.

HSL color Cylindrical-coordinate representation of color #183DD8: hue angle of 228.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183DD8 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 61 216 -
CMYK 0.89 0.72 0 0.15
HSL 228.44º 0.8% 0.47% -
HSV(B) 228.44º 0.89% 0.85% -
XYZ 14.44 8.49 65.84 -
YUV 67.61 211.74 96.9 -
System Red Green Blue C M Y K H S L
Decimal 24 61 216 0.89 0.72 0 0.15 228.44 0.8 0.47
Hex 18 3D D8 59 48 0 F E4 50 2F
Octal 30 75 330 131 110 0 17 344 120 57
Binary 11000 111101 11011000 1011001 1001000 0 1111 11100100 1010000 101111

Color Harmonies of #183DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183DD8

Black with #183DD8

Text Example


Text Example

White with #183DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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