Html Css Color HEX #182BBB Persian Blue

📋 copy color: '#182BBB'

red 24 ◦ green 43 ◦ blue 187

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

Shades of Persian Blue #182BBB

Tints of Persian Blue #182BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.93%

 BLUE value IS 187 (73.44% from 255) = 73.62%

R = 9.45%
G = 16.93%
B = 73.62%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#182BBB (or 0x182BBB) is known color: Persian Blue. HEX triplet: 18, 2B and BB. RGB value is (24,43,187). Sum of RGB (Red+Green+Blue) = 24+43+187=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #182BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BBB is #E7D444. Grayscale: #353535. Windows color (decimal): -15193157 or 12266264. OLE color: 12266264.

HSL color Cylindrical-coordinate representation of color #182BBB: hue angle of 233.01º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182BBB is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 43 187 -
CMYK 0.87 0.77 0 0.27
HSL 233.01º 0.77% 0.41% -
HSV(B) 233.01º 0.87% 0.73% -
XYZ 10.21 5.51 47.54 -
YUV 53.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 24 43 187 0.87 0.77 0 0.27 233.01 0.77 0.41
Hex 18 2B BB 57 4D 0 1B E9 4D 29
Octal 30 53 273 127 115 0 33 351 115 51
Binary 11000 101011 10111011 1010111 1001101 0 11011 11101001 1001101 101001

Color Harmonies of #182BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BBB

Black with #182BBB

Text Example


Text Example

White with #182BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182BBB; }

 p { color: rgb(24,43,187); }

 H1.HeaderClassName
 {
   color: #182BBB;
 }
 .AnyTagClassName
 {
   color: #182BBB;
 }
</style>

background-color css

<style>
 a { background-color: #182BBB; }

 a { background-color: rgb(24,43,187); }

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

border-color css

<style>
 span { border-color: #182BBB; }

 span { border-color: rgb(24,43,187); }

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