Html Css Color HEX #183BBD Persian Blue

📋 copy color: '#183BBD'

red 24 ◦ green 59 ◦ blue 189

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

Shades of Persian Blue #183BBD

Tints of Persian Blue #183BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 69.49%

R = 8.82%
G = 21.69%
B = 69.49%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#183BBD (or 0x183BBD) is known color: Persian Blue. HEX triplet: 18, 3B and BD. RGB value is (24,59,189). Sum of RGB (Red+Green+Blue) = 24+59+189=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #183BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BBD is #E7C442. Grayscale: #3E3E3E. Windows color (decimal): -15189059 or 12401432. OLE color: 12401432.

HSL color Cylindrical-coordinate representation of color #183BBD: hue angle of 227.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183BBD is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 59 189 -
CMYK 0.87 0.69 0 0.26
HSL 227.27º 0.77% 0.42% -
HSV(B) 227.27º 0.87% 0.74% -
XYZ 11.13 7 48.91 -
YUV 63.36 198.9 99.93 -
System Red Green Blue C M Y K H S L
Decimal 24 59 189 0.87 0.69 0 0.26 227.27 0.77 0.42
Hex 18 3B BD 57 45 0 1A E3 4D 2A
Octal 30 73 275 127 105 0 32 343 115 52
Binary 11000 111011 10111101 1010111 1000101 0 11010 11100011 1001101 101010

Color Harmonies of #183BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183BBD

Black with #183BBD

Text Example


Text Example

White with #183BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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