Html Css Color HEX #181BBD Persian Blue

📋 copy color: '#181BBD'

red 24 ◦ green 27 ◦ blue 189

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

Shades of Persian Blue #181BBD

Tints of Persian Blue #181BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

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

R = 10%
G = 11.25%
B = 78.75%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#181BBD (or 0x181BBD) is known color: Persian Blue. HEX triplet: 18, 1B and BD. RGB value is (24,27,189). Sum of RGB (Red+Green+Blue) = 24+27+189=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #181BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BBD is #E7E442. Grayscale: #2B2B2B. Windows color (decimal): -15197251 or 12393240. OLE color: 12393240.

HSL color Cylindrical-coordinate representation of color #181BBD: hue angle of 238.91º 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 #181BBD is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 27 189 -
CMYK 0.87 0.86 0 0.26
HSL 238.91º 0.77% 0.42% -
HSV(B) 238.91º 0.87% 0.74% -
XYZ 9.95 4.65 48.52 -
YUV 44.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 24 27 189 0.87 0.86 0 0.26 238.91 0.77 0.42
Hex 18 1B BD 57 56 0 1A EF 4D 2A
Octal 30 33 275 127 126 0 32 357 115 52
Binary 11000 11011 10111101 1010111 1010110 0 11010 11101111 1001101 101010

Color Harmonies of #181BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BBD

Black with #181BBD

Text Example


Text Example

White with #181BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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