Html Css Color HEX #182FCD Persian Blue

📋 copy color: '#182FCD'

red 24 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #182FCD

Tints of Persian Blue #182FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 8.7%
G = 17.03%
B = 74.28%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#182FCD (or 0x182FCD) is known color: Persian Blue. HEX triplet: 18, 2F and CD. RGB value is (24,47,205). Sum of RGB (Red+Green+Blue) = 24+47+205=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #182FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FCD is #E7D032. Grayscale: #393939. Windows color (decimal): -15192115 or 13446936. OLE color: 13446936.

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

Color convert

RGB 24 47 205 -
CMYK 0.88 0.77 0 0.20
HSL 232.38º 0.79% 0.45% -
HSV(B) 232.38º 0.88% 0.8% -
XYZ 12.41 6.63 58.38 -
YUV 58.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 24 47 205 0.88 0.77 0 0.20 232.38 0.79 0.45
Hex 18 2F CD 58 4D 0 14 E8 4F 2D
Octal 30 57 315 130 115 0 24 350 117 55
Binary 11000 101111 11001101 1011000 1001101 0 10100 11101000 1001111 101101

Color Harmonies of #182FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FCD

Black with #182FCD

Text Example


Text Example

White with #182FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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