Html Css Color HEX #182AB4 Persian Blue

📋 copy color: '#182AB4'

red 24 ◦ green 42 ◦ blue 180

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

Shades of Persian Blue #182AB4

Tints of Persian Blue #182AB4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 180 (70.7% from 255) = 73.17%

R = 9.76%
G = 17.07%
B = 73.17%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#182AB4 (or 0x182AB4) is known color: Persian Blue. HEX triplet: 18, 2A and B4. RGB value is (24,42,180). Sum of RGB (Red+Green+Blue) = 24+42+180=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #182AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182AB4 is #E7D54B. Grayscale: #333333. Windows color (decimal): -15193420 or 11807256. OLE color: 11807256.

HSL color Cylindrical-coordinate representation of color #182AB4: hue angle of 233.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182AB4 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 42 180 -
CMYK 0.87 0.77 0 0.29
HSL 233.08º 0.76% 0.4% -
HSV(B) 233.08º 0.87% 0.71% -
XYZ 9.44 5.15 43.68 -
YUV 52.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 24 42 180 0.87 0.77 0 0.29 233.08 0.76 0.4
Hex 18 2A B4 57 4D 0 1D E9 4C 28
Octal 30 52 264 127 115 0 35 351 114 50
Binary 11000 101010 10110100 1010111 1001101 0 11101 11101001 1001100 101000

Color Harmonies of #182AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182AB4

Black with #182AB4

Text Example


Text Example

White with #182AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,42,180); }

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

background-color css

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

 a { background-color: rgb(24,42,180); }

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

border-color css

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

 span { border-color: rgb(24,42,180); }

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