Html Css Color HEX #182ABC Persian Blue

📋 copy color: '#182ABC'

red 24 ◦ green 42 ◦ blue 188

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

Shades of Persian Blue #182ABC

Tints of Persian Blue #182ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.02%

R = 9.45%
G = 16.54%
B = 74.02%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#182ABC (or 0x182ABC) is known color: Persian Blue. HEX triplet: 18, 2A and BC. RGB value is (24,42,188). Sum of RGB (Red+Green+Blue) = 24+42+188=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #182ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ABC is #E7D543. Grayscale: #343434. Windows color (decimal): -15193412 or 12331544. OLE color: 12331544.

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

Color convert

RGB 24 42 188 -
CMYK 0.87 0.78 0 0.26
HSL 233.41º 0.77% 0.42% -
HSV(B) 233.41º 0.87% 0.74% -
XYZ 10.28 5.48 48.09 -
YUV 53.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 24 42 188 0.87 0.78 0 0.26 233.41 0.77 0.42
Hex 18 2A BC 57 4E 0 1A E9 4D 2A
Octal 30 52 274 127 116 0 32 351 115 52
Binary 11000 101010 10111100 1010111 1001110 0 11010 11101001 1001101 101010

Color Harmonies of #182ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ABC

Black with #182ABC

Text Example


Text Example

White with #182ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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