Html Css Color HEX #141FBC Persian Blue

📋 copy color: '#141FBC'

red 20 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #141FBC

Tints of Persian Blue #141FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.66%

R = 8.37%
G = 12.97%
B = 78.66%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#141FBC (or 0x141FBC) is known color: Persian Blue. HEX triplet: 14, 1F and BC. RGB value is (20,31,188). Sum of RGB (Red+Green+Blue) = 20+31+188=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #141FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FBC is #EBE043. Grayscale: #2C2C2C. Windows color (decimal): -15458372 or 12328724. OLE color: 12328724.

HSL color Cylindrical-coordinate representation of color #141FBC: hue angle of 236.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141FBC is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 31 188 -
CMYK 0.89 0.84 0 0.26
HSL 236.07º 0.81% 0.41% -
HSV(B) 236.07º 0.89% 0.74% -
XYZ 9.86 4.76 47.98 -
YUV 45.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 20 31 188 0.89 0.84 0 0.26 236.07 0.81 0.41
Hex 14 1F BC 59 54 0 1A EC 51 29
Octal 24 37 274 131 124 0 32 354 121 51
Binary 10100 11111 10111100 1011001 1010100 0 11010 11101100 1010001 101001

Color Harmonies of #141FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FBC

Black with #141FBC

Text Example


Text Example

White with #141FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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