Html Css Color HEX #141CBC Persian Blue

📋 copy color: '#141CBC'

red 20 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #141CBC

Tints of Persian Blue #141CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

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

R = 8.47%
G = 11.86%
B = 79.66%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#141CBC (or 0x141CBC) is known color: Persian Blue. HEX triplet: 14, 1C and BC. RGB value is (20,28,188). Sum of RGB (Red+Green+Blue) = 20+28+188=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #141CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CBC is #EBE343. Grayscale: #2B2B2B. Windows color (decimal): -15459140 or 12327956. OLE color: 12327956.

HSL color Cylindrical-coordinate representation of color #141CBC: hue angle of 237.14º 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 #141CBC is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 28 188 -
CMYK 0.89 0.85 0 0.26
HSL 237.14º 0.81% 0.41% -
HSV(B) 237.14º 0.89% 0.74% -
XYZ 9.78 4.61 47.95 -
YUV 43.85 209.35 110.99 -
System Red Green Blue C M Y K H S L
Decimal 20 28 188 0.89 0.85 0 0.26 237.14 0.81 0.41
Hex 14 1C BC 59 55 0 1A ED 51 29
Octal 24 34 274 131 125 0 32 355 121 51
Binary 10100 11100 10111100 1011001 1010101 0 11010 11101101 1010001 101001

Color Harmonies of #141CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CBC

Black with #141CBC

Text Example


Text Example

White with #141CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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