Html Css Color HEX #1434C0 Persian Blue

📋 copy color: '#1434C0'

red 20 ◦ green 52 ◦ blue 192

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

Shades of Persian Blue #1434C0

Tints of Persian Blue #1434C0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 192 (75.39% from 255) = 72.73%

R = 7.58%
G = 19.7%
B = 72.73%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1434C0 (or 0x1434C0) is known color: Persian Blue. HEX triplet: 14, 34 and C0. RGB value is (20,52,192). Sum of RGB (Red+Green+Blue) = 20+52+192=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #1434C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434C0 is #EBCB3F. Grayscale: #393939. Windows color (decimal): -15452992 or 12596244. OLE color: 12596244.

HSL color Cylindrical-coordinate representation of color #1434C0: hue angle of 228.84º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1434C0 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 52 192 -
CMYK 0.90 0.73 0 0.25
HSL 228.84º 0.81% 0.42% -
HSV(B) 228.84º 0.9% 0.75% -
XYZ 11.03 6.41 50.53 -
YUV 58.39 203.4 100.62 -
System Red Green Blue C M Y K H S L
Decimal 20 52 192 0.90 0.73 0 0.25 228.84 0.81 0.42
Hex 14 34 C0 5A 49 0 19 E5 51 2A
Octal 24 64 300 132 111 0 31 345 121 52
Binary 10100 110100 11000000 1011010 1001001 0 11001 11100101 1010001 101010

Color Harmonies of #1434C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434C0

Black with #1434C0

Text Example


Text Example

White with #1434C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1434C0; }

 p { color: rgb(20,52,192); }

 H1.HeaderClassName
 {
   color: #1434C0;
 }
 .AnyTagClassName
 {
   color: #1434C0;
 }
</style>

background-color css

<style>
 a { background-color: #1434C0; }

 a { background-color: rgb(20,52,192); }

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

border-color css

<style>
 span { border-color: #1434C0; }

 span { border-color: rgb(20,52,192); }

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