Html Css Color HEX #183CCA Persian Blue

📋 copy color: '#183CCA'

red 24 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #183CCA

Tints of Persian Blue #183CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.63%

R = 8.39%
G = 20.98%
B = 70.63%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#183CCA (or 0x183CCA) is known color: Persian Blue. HEX triplet: 18, 3C and CA. RGB value is (24,60,202). Sum of RGB (Red+Green+Blue) = 24+60+202=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #183CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CCA is #E7C335. Grayscale: #404040. Windows color (decimal): -15188790 or 13253656. OLE color: 13253656.

HSL color Cylindrical-coordinate representation of color #183CCA: hue angle of 227.87º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183CCA is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 60 202 -
CMYK 0.88 0.70 0 0.21
HSL 227.87º 0.79% 0.44% -
HSV(B) 227.87º 0.88% 0.79% -
XYZ 12.65 7.69 56.69 -
YUV 65.42 205.07 98.45 -
System Red Green Blue C M Y K H S L
Decimal 24 60 202 0.88 0.70 0 0.21 227.87 0.79 0.44
Hex 18 3C CA 58 46 0 15 E4 4F 2C
Octal 30 74 312 130 106 0 25 344 117 54
Binary 11000 111100 11001010 1011000 1000110 0 10101 11100100 1001111 101100

Color Harmonies of #183CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CCA

Black with #183CCA

Text Example


Text Example

White with #183CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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