Html Css Color HEX #1434BF Persian Blue

📋 copy color: '#1434BF'

red 20 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #1434BF

Tints of Persian Blue #1434BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 72.62%

R = 7.6%
G = 19.77%
B = 72.62%

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

#1434BF (or 0x1434BF) is known color: Persian Blue. HEX triplet: 14, 34 and BF. RGB value is (20,52,191). Sum of RGB (Red+Green+Blue) = 20+52+191=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #1434BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434BF is #EBCB40. Grayscale: #393939. Windows color (decimal): -15452993 or 12530708. OLE color: 12530708.

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

Color convert

RGB 20 52 191 -
CMYK 0.90 0.73 0 0.25
HSL 228.77º 0.81% 0.41% -
HSV(B) 228.77º 0.9% 0.75% -
XYZ 10.92 6.37 49.94 -
YUV 58.28 202.9 100.7 -
System Red Green Blue C M Y K H S L
Decimal 20 52 191 0.90 0.73 0 0.25 228.77 0.81 0.41
Hex 14 34 BF 5A 49 0 19 E5 51 29
Octal 24 64 277 132 111 0 31 345 121 51
Binary 10100 110100 10111111 1011010 1001001 0 11001 11100101 1010001 101001

Color Harmonies of #1434BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434BF

Black with #1434BF

Text Example


Text Example

White with #1434BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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