Html Css Color HEX #141FBA Persian Blue

📋 copy color: '#141FBA'

red 20 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #141FBA

Tints of Persian Blue #141FBA

RGB

 RED value IS 20 (8.2% from 255) = 8.44%

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

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 8.44%
G = 13.08%
B = 78.48%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#141FBA (or 0x141FBA) is known color: Persian Blue. HEX triplet: 14, 1F and BA. RGB value is (20,31,186). Sum of RGB (Red+Green+Blue) = 20+31+186=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #141FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FBA is #EBE045. Grayscale: #2C2C2C. Windows color (decimal): -15458374 or 12197652. OLE color: 12197652.

HSL color Cylindrical-coordinate representation of color #141FBA: hue angle of 236.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141FBA is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 31 186 -
CMYK 0.89 0.83 0 0.27
HSL 236.02º 0.81% 0.4% -
HSV(B) 236.02º 0.89% 0.73% -
XYZ 9.64 4.67 46.85 -
YUV 45.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 20 31 186 0.89 0.83 0 0.27 236.02 0.81 0.4
Hex 14 1F BA 59 53 0 1B EC 51 28
Octal 24 37 272 131 123 0 33 354 121 50
Binary 10100 11111 10111010 1011001 1010011 0 11011 11101100 1010001 101000

Color Harmonies of #141FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FBA

Black with #141FBA

Text Example


Text Example

White with #141FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141FBA; }

 p { color: rgb(20,31,186); }

 H1.HeaderClassName
 {
   color: #141FBA;
 }
 .AnyTagClassName
 {
   color: #141FBA;
 }
</style>

background-color css

<style>
 a { background-color: #141FBA; }

 a { background-color: rgb(20,31,186); }

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

border-color css

<style>
 span { border-color: #141FBA; }

 span { border-color: rgb(20,31,186); }

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