Html Css Color HEX #181FB4 Persian Blue

📋 copy color: '#181FB4'

red 24 ◦ green 31 ◦ blue 180

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

Shades of Persian Blue #181FB4

Tints of Persian Blue #181FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 76.6%

R = 10.21%
G = 13.19%
B = 76.6%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#181FB4 (or 0x181FB4) is known color: Persian Blue. HEX triplet: 18, 1F and B4. RGB value is (24,31,180). Sum of RGB (Red+Green+Blue) = 24+31+180=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 180 (70.70% from 255 or 76.60% from 235); Max value from RGB is 180 - color contains mainly: blue. Hex color #181FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FB4 is #E7E04B. Grayscale: #2D2D2D. Windows color (decimal): -15196236 or 11804440. OLE color: 11804440.

HSL color Cylindrical-coordinate representation of color #181FB4: hue angle of 237.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181FB4 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 31 180 -
CMYK 0.87 0.83 0 0.29
HSL 237.31º 0.76% 0.4% -
HSV(B) 237.31º 0.87% 0.71% -
XYZ 9.1 4.47 43.56 -
YUV 45.89 203.68 112.38 -
System Red Green Blue C M Y K H S L
Decimal 24 31 180 0.87 0.83 0 0.29 237.31 0.76 0.4
Hex 18 1F B4 57 53 0 1D ED 4C 28
Octal 30 37 264 127 123 0 35 355 114 50
Binary 11000 11111 10110100 1010111 1010011 0 11101 11101101 1001100 101000

Color Harmonies of #181FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FB4

Black with #181FB4

Text Example


Text Example

White with #181FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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