Html Css Color HEX #141CBB Persian Blue

📋 copy color: '#141CBB'

red 20 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #141CBB

Tints of Persian Blue #141CBB

RGB

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

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

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

R = 8.51%
G = 11.91%
B = 79.57%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#141CBB (or 0x141CBB) is known color: Persian Blue. HEX triplet: 14, 1C and BB. RGB value is (20,28,187). Sum of RGB (Red+Green+Blue) = 20+28+187=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #141CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CBB is #EBE344. Grayscale: #2B2B2B. Windows color (decimal): -15459141 or 12262420. OLE color: 12262420.

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

Color convert

RGB 20 28 187 -
CMYK 0.89 0.85 0 0.27
HSL 237.13º 0.81% 0.41% -
HSV(B) 237.13º 0.89% 0.73% -
XYZ 9.67 4.57 47.39 -
YUV 43.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 20 28 187 0.89 0.85 0 0.27 237.13 0.81 0.41
Hex 14 1C BB 59 55 0 1B ED 51 29
Octal 24 34 273 131 125 0 33 355 121 51
Binary 10100 11100 10111011 1011001 1010101 0 11011 11101101 1010001 101001

Color Harmonies of #141CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CBB

Black with #141CBB

Text Example


Text Example

White with #141CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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