Html Css Color HEX #141ECB Persian Blue

📋 copy color: '#141ECB'

red 20 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #141ECB

Tints of Persian Blue #141ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 7.91%
G = 11.86%
B = 80.24%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#141ECB (or 0x141ECB) is known color: Persian Blue. HEX triplet: 14, 1E and CB. RGB value is (20,30,203). Sum of RGB (Red+Green+Blue) = 20+30+203=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #141ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ECB is #EBE134. Grayscale: #2E2E2E. Windows color (decimal): -15458613 or 13311508. OLE color: 13311508.

HSL color Cylindrical-coordinate representation of color #141ECB: hue angle of 236.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ECB is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 30 203 -
CMYK 0.90 0.85 0 0.20
HSL 236.72º 0.82% 0.44% -
HSV(B) 236.72º 0.9% 0.8% -
XYZ 11.53 5.39 56.93 -
YUV 46.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 20 30 203 0.90 0.85 0 0.20 236.72 0.82 0.44
Hex 14 1E CB 5A 55 0 14 ED 52 2C
Octal 24 36 313 132 125 0 24 355 122 54
Binary 10100 11110 11001011 1011010 1010101 0 10100 11101101 1010010 101100

Color Harmonies of #141ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141ECB

Black with #141ECB

Text Example


Text Example

White with #141ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,30,203); }

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

background-color css

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

 a { background-color: rgb(20,30,203); }

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

border-color css

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

 span { border-color: rgb(20,30,203); }

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