Html Css Color HEX #182BCD Persian Blue

📋 copy color: '#182BCD'

red 24 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #182BCD

Tints of Persian Blue #182BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 8.82%
G = 15.81%
B = 75.37%

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

#182BCD (or 0x182BCD) is known color: Persian Blue. HEX triplet: 18, 2B and CD. RGB value is (24,43,205). Sum of RGB (Red+Green+Blue) = 24+43+205=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #182BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BCD is #E7D432. Grayscale: #373737. Windows color (decimal): -15193139 or 13445912. OLE color: 13445912.

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

Color convert

RGB 24 43 205 -
CMYK 0.88 0.79 0 0.20
HSL 233.7º 0.79% 0.45% -
HSV(B) 233.7º 0.88% 0.8% -
XYZ 12.26 6.33 58.33 -
YUV 55.79 212.21 105.33 -
System Red Green Blue C M Y K H S L
Decimal 24 43 205 0.88 0.79 0 0.20 233.7 0.79 0.45
Hex 18 2B CD 58 4F 0 14 EA 4F 2D
Octal 30 53 315 130 117 0 24 352 117 55
Binary 11000 101011 11001101 1011000 1001111 0 10100 11101010 1001111 101101

Color Harmonies of #182BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BCD

Black with #182BCD

Text Example


Text Example

White with #182BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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