Html Css Color HEX #1423C1 Persian Blue

📋 copy color: '#1423C1'

red 20 ◦ green 35 ◦ blue 193

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

Shades of Persian Blue #1423C1

Tints of Persian Blue #1423C1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 193 (75.78% from 255) = 77.82%

R = 8.06%
G = 14.11%
B = 77.82%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1423C1 (or 0x1423C1) is known color: Persian Blue. HEX triplet: 14, 23 and C1. RGB value is (20,35,193). Sum of RGB (Red+Green+Blue) = 20+35+193=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #1423C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1423C1 is #EBDC3E. Grayscale: #2F2F2F. Windows color (decimal): -15457343 or 12657428. OLE color: 12657428.

HSL color Cylindrical-coordinate representation of color #1423C1: hue angle of 234.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1423C1 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 35 193 -
CMYK 0.90 0.82 0 0.24
HSL 234.8º 0.81% 0.42% -
HSV(B) 234.8º 0.9% 0.76% -
XYZ 10.52 5.2 50.9 -
YUV 48.53 209.53 107.65 -
System Red Green Blue C M Y K H S L
Decimal 20 35 193 0.90 0.82 0 0.24 234.8 0.81 0.42
Hex 14 23 C1 5A 52 0 18 EB 51 2A
Octal 24 43 301 132 122 0 30 353 121 52
Binary 10100 100011 11000001 1011010 1010010 0 11000 11101011 1010001 101010

Color Harmonies of #1423C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1423C1

Black with #1423C1

Text Example


Text Example

White with #1423C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1423C1; }

 p { color: rgb(20,35,193); }

 H1.HeaderClassName
 {
   color: #1423C1;
 }
 .AnyTagClassName
 {
   color: #1423C1;
 }
</style>

background-color css

<style>
 a { background-color: #1423C1; }

 a { background-color: rgb(20,35,193); }

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

border-color css

<style>
 span { border-color: #1423C1; }

 span { border-color: rgb(20,35,193); }

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