Html Css Color HEX #182BBE Persian Blue

📋 copy color: '#182BBE'

red 24 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #182BBE

Tints of Persian Blue #182BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 9.34%
G = 16.73%
B = 73.93%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#182BBE (or 0x182BBE) is known color: Persian Blue. HEX triplet: 18, 2B and BE. RGB value is (24,43,190). Sum of RGB (Red+Green+Blue) = 24+43+190=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #182BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BBE is #E7D441. Grayscale: #353535. Windows color (decimal): -15193154 or 12462872. OLE color: 12462872.

HSL color Cylindrical-coordinate representation of color #182BBE: hue angle of 233.13º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182BBE is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 43 190 -
CMYK 0.87 0.77 0 0.25
HSL 233.13º 0.78% 0.42% -
HSV(B) 233.13º 0.87% 0.75% -
XYZ 10.53 5.64 49.25 -
YUV 54.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 24 43 190 0.87 0.77 0 0.25 233.13 0.78 0.42
Hex 18 2B BE 57 4D 0 19 E9 4E 2A
Octal 30 53 276 127 115 0 31 351 116 52
Binary 11000 101011 10111110 1010111 1001101 0 11001 11101001 1001110 101010

Color Harmonies of #182BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BBE

Black with #182BBE

Text Example


Text Example

White with #182BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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