Html Css Color HEX #183CCF Persian Blue

📋 copy color: '#183CCF'

red 24 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #183CCF

Tints of Persian Blue #183CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.13%

R = 8.25%
G = 20.62%
B = 71.13%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#183CCF (or 0x183CCF) is known color: Persian Blue. HEX triplet: 18, 3C and CF. RGB value is (24,60,207). Sum of RGB (Red+Green+Blue) = 24+60+207=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #183CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CCF is #E7C330. Grayscale: #414141. Windows color (decimal): -15188785 or 13581336. OLE color: 13581336.

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

Color convert

RGB 24 60 207 -
CMYK 0.88 0.71 0 0.19
HSL 228.2º 0.79% 0.45% -
HSV(B) 228.2º 0.88% 0.81% -
XYZ 13.26 7.93 59.86 -
YUV 65.99 207.57 98.05 -
System Red Green Blue C M Y K H S L
Decimal 24 60 207 0.88 0.71 0 0.19 228.2 0.79 0.45
Hex 18 3C CF 58 47 0 13 E4 4F 2D
Octal 30 74 317 130 107 0 23 344 117 55
Binary 11000 111100 11001111 1011000 1000111 0 10011 11100100 1001111 101101

Color Harmonies of #183CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CCF

Black with #183CCF

Text Example


Text Example

White with #183CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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