Html Css Color HEX #1430BA Persian Blue

📋 copy color: '#1430BA'

red 20 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #1430BA

Tints of Persian Blue #1430BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 7.87%
G = 18.9%
B = 73.23%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1430BA (or 0x1430BA) is known color: Persian Blue. HEX triplet: 14, 30 and BA. RGB value is (20,48,186). Sum of RGB (Red+Green+Blue) = 20+48+186=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #1430BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430BA is #EBCF45. Grayscale: #363636. Windows color (decimal): -15454022 or 12202004. OLE color: 12202004.

HSL color Cylindrical-coordinate representation of color #1430BA: hue angle of 229.88º 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 #1430BA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 48 186 -
CMYK 0.89 0.74 0 0.27
HSL 229.88º 0.81% 0.4% -
HSV(B) 229.88º 0.89% 0.73% -
XYZ 10.21 5.81 47.04 -
YUV 55.36 201.72 102.78 -
System Red Green Blue C M Y K H S L
Decimal 20 48 186 0.89 0.74 0 0.27 229.88 0.81 0.4
Hex 14 30 BA 59 4A 0 1B E6 51 28
Octal 24 60 272 131 112 0 33 346 121 50
Binary 10100 110000 10111010 1011001 1001010 0 11011 11100110 1010001 101000

Color Harmonies of #1430BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1430BA

Black with #1430BA

Text Example


Text Example

White with #1430BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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