Html Css Color HEX #141CB8 Persian Blue

📋 copy color: '#141CB8'

red 20 ◦ green 28 ◦ blue 184

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

Shades of Persian Blue #141CB8

Tints of Persian Blue #141CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 79.31%

R = 8.62%
G = 12.07%
B = 79.31%

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

#141CB8 (or 0x141CB8) is known color: Persian Blue. HEX triplet: 14, 1C and B8. RGB value is (20,28,184). Sum of RGB (Red+Green+Blue) = 20+28+184=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 184 (72.27% from 255 or 79.31% from 232); Max value from RGB is 184 - color contains mainly: blue. Hex color #141CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CB8 is #EBE347. Grayscale: #2A2A2A. Windows color (decimal): -15459144 or 12065812. OLE color: 12065812.

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

Color convert

RGB 20 28 184 -
CMYK 0.89 0.85 0 0.28
HSL 237.07º 0.8% 0.4% -
HSV(B) 237.07º 0.89% 0.72% -
XYZ 9.36 4.44 45.71 -
YUV 43.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 20 28 184 0.89 0.85 0 0.28 237.07 0.8 0.4
Hex 14 1C B8 59 55 0 1C ED 50 28
Octal 24 34 270 131 125 0 34 355 120 50
Binary 10100 11100 10111000 1011001 1010101 0 11100 11101101 1010000 101000

Color Harmonies of #141CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CB8

Black with #141CB8

Text Example


Text Example

White with #141CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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