Html Css Color HEX #181FCB Persian Blue

📋 copy color: '#181FCB'

red 24 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #181FCB

Tints of Persian Blue #181FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.68%

R = 9.3%
G = 12.02%
B = 78.68%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#181FCB (or 0x181FCB) is known color: Persian Blue. HEX triplet: 18, 1F and CB. RGB value is (24,31,203). Sum of RGB (Red+Green+Blue) = 24+31+203=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #181FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FCB is #E7E034. Grayscale: #2F2F2F. Windows color (decimal): -15196213 or 13311768. OLE color: 13311768.

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

Color convert

RGB 24 31 203 -
CMYK 0.88 0.85 0 0.20
HSL 237.65º 0.79% 0.45% -
HSV(B) 237.65º 0.88% 0.8% -
XYZ 11.65 5.49 56.95 -
YUV 48.52 215.18 110.51 -
System Red Green Blue C M Y K H S L
Decimal 24 31 203 0.88 0.85 0 0.20 237.65 0.79 0.45
Hex 18 1F CB 58 55 0 14 EE 4F 2D
Octal 30 37 313 130 125 0 24 356 117 55
Binary 11000 11111 11001011 1011000 1010101 0 10100 11101110 1001111 101101

Color Harmonies of #181FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FCB

Black with #181FCB

Text Example


Text Example

White with #181FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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