Html Css Color HEX #183CD6 Persian Blue

📋 copy color: '#183CD6'

red 24 ◦ green 60 ◦ blue 214

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

Shades of Persian Blue #183CD6

Tints of Persian Blue #183CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 71.81%

R = 8.05%
G = 20.13%
B = 71.81%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#183CD6 (or 0x183CD6) is known color: Persian Blue. HEX triplet: 18, 3C and D6. RGB value is (24,60,214). Sum of RGB (Red+Green+Blue) = 24+60+214=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 214 (83.98% from 255 or 71.81% from 298); Max value from RGB is 214 - color contains mainly: blue. Hex color #183CD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CD6 is #E7C329. Grayscale: #424242. Windows color (decimal): -15188778 or 14040088. OLE color: 14040088.

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

Color convert

RGB 24 60 214 -
CMYK 0.89 0.72 0 0.16
HSL 228.63º 0.8% 0.47% -
HSV(B) 228.63º 0.89% 0.84% -
XYZ 14.13 8.28 64.47 -
YUV 66.79 211.07 97.48 -
System Red Green Blue C M Y K H S L
Decimal 24 60 214 0.89 0.72 0 0.16 228.63 0.8 0.47
Hex 18 3C D6 59 48 0 10 E5 50 2F
Octal 30 74 326 131 110 0 20 345 120 57
Binary 11000 111100 11010110 1011001 1001000 0 10000 11100101 1010000 101111

Color Harmonies of #183CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CD6

Black with #183CD6

Text Example


Text Example

White with #183CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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