Html Css Color HEX #181DC2 Persian Blue

📋 copy color: '#181DC2'

red 24 ◦ green 29 ◦ blue 194

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

Shades of Persian Blue #181DC2

Tints of Persian Blue #181DC2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

 BLUE value IS 194 (76.17% from 255) = 78.54%

R = 9.72%
G = 11.74%
B = 78.54%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#181DC2 (or 0x181DC2) is known color: Persian Blue. HEX triplet: 18, 1D and C2. RGB value is (24,29,194). Sum of RGB (Red+Green+Blue) = 24+29+194=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 194 (76.17% from 255 or 78.54% from 247); Max value from RGB is 194 - color contains mainly: blue. Hex color #181DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DC2 is #E7E23D. Grayscale: #2D2D2D. Windows color (decimal): -15196734 or 12721432. OLE color: 12721432.

HSL color Cylindrical-coordinate representation of color #181DC2: hue angle of 238.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181DC2 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 29 194 -
CMYK 0.88 0.85 0 0.24
HSL 238.24º 0.78% 0.43% -
HSV(B) 238.24º 0.88% 0.76% -
XYZ 10.55 4.97 51.44 -
YUV 46.32 211.34 112.08 -
System Red Green Blue C M Y K H S L
Decimal 24 29 194 0.88 0.85 0 0.24 238.24 0.78 0.43
Hex 18 1D C2 58 55 0 18 EE 4E 2B
Octal 30 35 302 130 125 0 30 356 116 53
Binary 11000 11101 11000010 1011000 1010101 0 11000 11101110 1001110 101011

Color Harmonies of #181DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DC2

Black with #181DC2

Text Example


Text Example

White with #181DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181DC2; }

 p { color: rgb(24,29,194); }

 H1.HeaderClassName
 {
   color: #181DC2;
 }
 .AnyTagClassName
 {
   color: #181DC2;
 }
</style>

background-color css

<style>
 a { background-color: #181DC2; }

 a { background-color: rgb(24,29,194); }

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

border-color css

<style>
 span { border-color: #181DC2; }

 span { border-color: rgb(24,29,194); }

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