Html Css Color HEX #183CAF Persian Blue

📋 copy color: '#183CAF'

red 24 ◦ green 60 ◦ blue 175

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

Shades of Persian Blue #183CAF

Tints of Persian Blue #183CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.57%

R = 9.27%
G = 23.17%
B = 67.57%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#183CAF (or 0x183CAF) is known color: Persian Blue. HEX triplet: 18, 3C and AF. RGB value is (24,60,175). Sum of RGB (Red+Green+Blue) = 24+60+175=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #183CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183CAF is #E7C350. Grayscale: #3D3D3D. Windows color (decimal): -15188817 or 11484184. OLE color: 11484184.

HSL color Cylindrical-coordinate representation of color #183CAF: hue angle of 225.7º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183CAF is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 60 175 -
CMYK 0.86 0.66 0 0.31
HSL 225.7º 0.76% 0.39% -
HSV(B) 225.7º 0.86% 0.69% -
XYZ 9.73 6.52 41.3 -
YUV 62.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 24 60 175 0.86 0.66 0 0.31 225.7 0.76 0.39
Hex 18 3C AF 56 42 0 1F E2 4C 27
Octal 30 74 257 126 102 0 37 342 114 47
Binary 11000 111100 10101111 1010110 1000010 0 11111 11100010 1001100 100111

Color Harmonies of #183CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CAF

Black with #183CAF

Text Example


Text Example

White with #183CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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