Html Css Color HEX #1434BA Persian Blue

📋 copy color: '#1434BA'

red 20 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #1434BA

Tints of Persian Blue #1434BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.09%

R = 7.75%
G = 20.16%
B = 72.09%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1434BA (or 0x1434BA) is known color: Persian Blue. HEX triplet: 14, 34 and BA. RGB value is (20,52,186). Sum of RGB (Red+Green+Blue) = 20+52+186=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #1434BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434BA is #EBCB45. Grayscale: #393939. Windows color (decimal): -15452998 or 12203028. OLE color: 12203028.

HSL color Cylindrical-coordinate representation of color #1434BA: hue angle of 228.43º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1434BA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 52 186 -
CMYK 0.89 0.72 0 0.27
HSL 228.43º 0.81% 0.4% -
HSV(B) 228.43º 0.89% 0.73% -
XYZ 10.38 6.15 47.09 -
YUV 57.71 200.4 101.1 -
System Red Green Blue C M Y K H S L
Decimal 20 52 186 0.89 0.72 0 0.27 228.43 0.81 0.4
Hex 14 34 BA 59 48 0 1B E4 51 28
Octal 24 64 272 131 110 0 33 344 121 50
Binary 10100 110100 10111010 1011001 1001000 0 11011 11100100 1010001 101000

Color Harmonies of #1434BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434BA

Black with #1434BA

Text Example


Text Example

White with #1434BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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