Html Css Color HEX #182DCD Persian Blue

📋 copy color: '#182DCD'

red 24 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #182DCD

Tints of Persian Blue #182DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

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

R = 8.76%
G = 16.42%
B = 74.82%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#182DCD (or 0x182DCD) is known color: Persian Blue. HEX triplet: 18, 2D and CD. RGB value is (24,45,205). Sum of RGB (Red+Green+Blue) = 24+45+205=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #182DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DCD is #E7D232. Grayscale: #383838. Windows color (decimal): -15192627 or 13446424. OLE color: 13446424.

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

Color convert

RGB 24 45 205 -
CMYK 0.88 0.78 0 0.20
HSL 233.04º 0.79% 0.45% -
HSV(B) 233.04º 0.88% 0.8% -
XYZ 12.33 6.48 58.36 -
YUV 56.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 24 45 205 0.88 0.78 0 0.20 233.04 0.79 0.45
Hex 18 2D CD 58 4E 0 14 E9 4F 2D
Octal 30 55 315 130 116 0 24 351 117 55
Binary 11000 101101 11001101 1011000 1001110 0 10100 11101001 1001111 101101

Color Harmonies of #182DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DCD

Black with #182DCD

Text Example


Text Example

White with #182DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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