Html Css Color HEX #183BC0 Persian Blue

📋 copy color: '#183BC0'

red 24 ◦ green 59 ◦ blue 192

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

Shades of Persian Blue #183BC0

Tints of Persian Blue #183BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

 BLUE value IS 192 (75.39% from 255) = 69.82%

R = 8.73%
G = 21.45%
B = 69.82%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#183BC0 (or 0x183BC0) is known color: Persian Blue. HEX triplet: 18, 3B and C0. RGB value is (24,59,192). Sum of RGB (Red+Green+Blue) = 24+59+192=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #183BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BC0 is #E7C43F. Grayscale: #3F3F3F. Windows color (decimal): -15189056 or 12598040. OLE color: 12598040.

HSL color Cylindrical-coordinate representation of color #183BC0: hue angle of 227.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183BC0 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 59 192 -
CMYK 0.88 0.69 0 0.25
HSL 227.5º 0.78% 0.42% -
HSV(B) 227.5º 0.88% 0.75% -
XYZ 11.46 7.13 50.64 -
YUV 63.7 200.4 99.69 -
System Red Green Blue C M Y K H S L
Decimal 24 59 192 0.88 0.69 0 0.25 227.5 0.78 0.42
Hex 18 3B C0 58 45 0 19 E4 4E 2A
Octal 30 73 300 130 105 0 31 344 116 52
Binary 11000 111011 11000000 1011000 1000101 0 11001 11100100 1001110 101010

Color Harmonies of #183BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183BC0

Black with #183BC0

Text Example


Text Example

White with #183BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,59,192); }

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

background-color css

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

 a { background-color: rgb(24,59,192); }

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

border-color css

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

 span { border-color: rgb(24,59,192); }

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