Html Css Color HEX #183DCB Persian Blue

📋 copy color: '#183DCB'

red 24 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #183DCB

Tints of Persian Blue #183DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

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

R = 8.33%
G = 21.18%
B = 70.49%

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

#183DCB (or 0x183DCB) is known color: Persian Blue. HEX triplet: 18, 3D and CB. RGB value is (24,61,203). Sum of RGB (Red+Green+Blue) = 24+61+203=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #183DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DCB is #E7C234. Grayscale: #414141. Windows color (decimal): -15188533 or 13319448. OLE color: 13319448.

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

Color convert

RGB 24 61 203 -
CMYK 0.88 0.70 0 0.20
HSL 227.6º 0.79% 0.45% -
HSV(B) 227.6º 0.88% 0.8% -
XYZ 12.82 7.84 57.34 -
YUV 66.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 24 61 203 0.88 0.70 0 0.20 227.6 0.79 0.45
Hex 18 3D CB 58 46 0 14 E4 4F 2D
Octal 30 75 313 130 106 0 24 344 117 55
Binary 11000 111101 11001011 1011000 1000110 0 10100 11100100 1001111 101101

Color Harmonies of #183DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183DCB

Black with #183DCB

Text Example


Text Example

White with #183DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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