Html Css Color HEX #141CB7 Persian Blue

📋 copy color: '#141CB7'

red 20 ◦ green 28 ◦ blue 183

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

Shades of Persian Blue #141CB7

Tints of Persian Blue #141CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 79.22%

R = 8.66%
G = 12.12%
B = 79.22%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#141CB7 (or 0x141CB7) is known color: Persian Blue. HEX triplet: 14, 1C and B7. RGB value is (20,28,183). Sum of RGB (Red+Green+Blue) = 20+28+183=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #141CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CB7 is #EBE348. Grayscale: #2A2A2A. Windows color (decimal): -15459145 or 12000276. OLE color: 12000276.

HSL color Cylindrical-coordinate representation of color #141CB7: hue angle of 237.06º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141CB7 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 28 183 -
CMYK 0.89 0.85 0 0.28
HSL 237.06º 0.8% 0.4% -
HSV(B) 237.06º 0.89% 0.72% -
XYZ 9.25 4.4 45.16 -
YUV 43.28 206.85 111.4 -
System Red Green Blue C M Y K H S L
Decimal 20 28 183 0.89 0.85 0 0.28 237.06 0.8 0.4
Hex 14 1C B7 59 55 0 1C ED 50 28
Octal 24 34 267 131 125 0 34 355 120 50
Binary 10100 11100 10110111 1011001 1010101 0 11100 11101101 1010000 101000

Color Harmonies of #141CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CB7

Black with #141CB7

Text Example


Text Example

White with #141CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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