Html Css Color HEX #182CCD Persian Blue

📋 copy color: '#182CCD'

red 24 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #182CCD

Tints of Persian Blue #182CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

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

R = 8.79%
G = 16.12%
B = 75.09%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#182CCD (or 0x182CCD) is known color: Persian Blue. HEX triplet: 18, 2C and CD. RGB value is (24,44,205). Sum of RGB (Red+Green+Blue) = 24+44+205=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #182CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CCD is #E7D332. Grayscale: #373737. Windows color (decimal): -15192883 or 13446168. OLE color: 13446168.

HSL color Cylindrical-coordinate representation of color #182CCD: hue angle of 233.37º 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 #182CCD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 44 205 -
CMYK 0.88 0.79 0 0.20
HSL 233.37º 0.79% 0.45% -
HSV(B) 233.37º 0.88% 0.8% -
XYZ 12.3 6.4 58.35 -
YUV 56.37 211.87 104.91 -
System Red Green Blue C M Y K H S L
Decimal 24 44 205 0.88 0.79 0 0.20 233.37 0.79 0.45
Hex 18 2C CD 58 4F 0 14 E9 4F 2D
Octal 30 54 315 130 117 0 24 351 117 55
Binary 11000 101100 11001101 1011000 1001111 0 10100 11101001 1001111 101101

Color Harmonies of #182CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182CCD

Black with #182CCD

Text Example


Text Example

White with #182CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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