Html Css Color HEX #183CCB Persian Blue

📋 copy color: '#183CCB'

red 24 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #183CCB

Tints of Persian Blue #183CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.73%

R = 8.36%
G = 20.91%
B = 70.73%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#183CCB (or 0x183CCB) is known color: Persian Blue. HEX triplet: 18, 3C and CB. RGB value is (24,60,203). Sum of RGB (Red+Green+Blue) = 24+60+203=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #183CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CCB is #E7C334. Grayscale: #404040. Windows color (decimal): -15188789 or 13319192. OLE color: 13319192.

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

Color convert

RGB 24 60 203 -
CMYK 0.88 0.70 0 0.20
HSL 227.93º 0.79% 0.45% -
HSV(B) 227.93º 0.88% 0.8% -
XYZ 12.77 7.74 57.32 -
YUV 65.54 205.57 98.37 -
System Red Green Blue C M Y K H S L
Decimal 24 60 203 0.88 0.70 0 0.20 227.93 0.79 0.45
Hex 18 3C CB 58 46 0 14 E4 4F 2D
Octal 30 74 313 130 106 0 24 344 117 55
Binary 11000 111100 11001011 1011000 1000110 0 10100 11100100 1001111 101101

Color Harmonies of #183CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CCB

Black with #183CCB

Text Example


Text Example

White with #183CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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