Html Css Color HEX #183CCC Persian Blue

📋 copy color: '#183CCC'

red 24 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #183CCC

Tints of Persian Blue #183CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.83%

R = 8.33%
G = 20.83%
B = 70.83%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#183CCC (or 0x183CCC) is known color: Persian Blue. HEX triplet: 18, 3C and CC. RGB value is (24,60,204). Sum of RGB (Red+Green+Blue) = 24+60+204=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #183CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CCC is #E7C333. Grayscale: #414141. Windows color (decimal): -15188788 or 13384728. OLE color: 13384728.

HSL color Cylindrical-coordinate representation of color #183CCC: hue angle of 228º 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 #183CCC is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 60 204 -
CMYK 0.88 0.71 0 0.2
HSL 228º 0.79% 0.45% -
HSV(B) 228º 0.88% 0.8% -
XYZ 12.89 7.79 57.95 -
YUV 65.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 24 60 204 0.88 0.71 0 0.2 228 0.79 0.45
Hex 18 3C CC 58 47 0 14 E4 4F 2D
Octal 30 74 314 130 107 0 24 344 117 55
Binary 11000 111100 11001100 1011000 1000111 0 10100 11100100 1001111 101101

Color Harmonies of #183CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CCC

Black with #183CCC

Text Example


Text Example

White with #183CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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