Html Css Color HEX #182ACD Persian Blue

📋 copy color: '#182ACD'

red 24 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #182ACD

Tints of Persian Blue #182ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.65%

R = 8.86%
G = 15.5%
B = 75.65%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#182ACD (or 0x182ACD) is known color: Persian Blue. HEX triplet: 18, 2A and CD. RGB value is (24,42,205). Sum of RGB (Red+Green+Blue) = 24+42+205=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #182ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ACD is #E7D532. Grayscale: #363636. Windows color (decimal): -15193395 or 13445656. OLE color: 13445656.

HSL color Cylindrical-coordinate representation of color #182ACD: hue angle of 234.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182ACD is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 42 205 -
CMYK 0.88 0.80 0 0.20
HSL 234.03º 0.79% 0.45% -
HSV(B) 234.03º 0.88% 0.8% -
XYZ 12.22 6.26 58.32 -
YUV 55.2 212.54 105.75 -
System Red Green Blue C M Y K H S L
Decimal 24 42 205 0.88 0.80 0 0.20 234.03 0.79 0.45
Hex 18 2A CD 58 50 0 14 EA 4F 2D
Octal 30 52 315 130 120 0 24 352 117 55
Binary 11000 101010 11001101 1011000 1010000 0 10100 11101010 1001111 101101

Color Harmonies of #182ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ACD

Black with #182ACD

Text Example


Text Example

White with #182ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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