Html Css Color HEX #141FBB Persian Blue

📋 copy color: '#141FBB'

red 20 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #141FBB

Tints of Persian Blue #141FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 8.4%
G = 13.03%
B = 78.57%

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

#141FBB (or 0x141FBB) is known color: Persian Blue. HEX triplet: 14, 1F and BB. RGB value is (20,31,187). Sum of RGB (Red+Green+Blue) = 20+31+187=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #141FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FBB is #EBE044. Grayscale: #2C2C2C. Windows color (decimal): -15458373 or 12263188. OLE color: 12263188.

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

Color convert

RGB 20 31 187 -
CMYK 0.89 0.83 0 0.27
HSL 236.05º 0.81% 0.41% -
HSV(B) 236.05º 0.89% 0.73% -
XYZ 9.75 4.72 47.41 -
YUV 45.5 207.86 109.82 -
System Red Green Blue C M Y K H S L
Decimal 20 31 187 0.89 0.83 0 0.27 236.05 0.81 0.41
Hex 14 1F BB 59 53 0 1B EC 51 29
Octal 24 37 273 131 123 0 33 354 121 51
Binary 10100 11111 10111011 1011001 1010011 0 11011 11101100 1010001 101001

Color Harmonies of #141FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FBB

Black with #141FBB

Text Example


Text Example

White with #141FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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