Html Css Color HEX #181FCE Persian Blue

📋 copy color: '#181FCE'

red 24 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #181FCE

Tints of Persian Blue #181FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 206 (80.86% from 255) = 78.93%

R = 9.2%
G = 11.88%
B = 78.93%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#181FCE (or 0x181FCE) is known color: Persian Blue. HEX triplet: 18, 1F and CE. RGB value is (24,31,206). Sum of RGB (Red+Green+Blue) = 24+31+206=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #181FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FCE is #E7E031. Grayscale: #303030. Windows color (decimal): -15196210 or 13508376. OLE color: 13508376.

HSL color Cylindrical-coordinate representation of color #181FCE: hue angle of 237.69º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181FCE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 31 206 -
CMYK 0.88 0.85 0 0.19
HSL 237.69º 0.79% 0.45% -
HSV(B) 237.69º 0.88% 0.81% -
XYZ 12.01 5.63 58.85 -
YUV 48.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 24 31 206 0.88 0.85 0 0.19 237.69 0.79 0.45
Hex 18 1F CE 58 55 0 13 EE 4F 2D
Octal 30 37 316 130 125 0 23 356 117 55
Binary 11000 11111 11001110 1011000 1010101 0 10011 11101110 1001111 101101

Color Harmonies of #181FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FCE

Black with #181FCE

Text Example


Text Example

White with #181FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,31,206); }

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

background-color css

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

 a { background-color: rgb(24,31,206); }

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

border-color css

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

 span { border-color: rgb(24,31,206); }

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