Html Css Color HEX #1430BC Persian Blue

📋 copy color: '#1430BC'

red 20 ◦ green 48 ◦ blue 188

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

Shades of Persian Blue #1430BC

Tints of Persian Blue #1430BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.44%

R = 7.81%
G = 18.75%
B = 73.44%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1430BC (or 0x1430BC) is known color: Persian Blue. HEX triplet: 14, 30 and BC. RGB value is (20,48,188). Sum of RGB (Red+Green+Blue) = 20+48+188=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #1430BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430BC is #EBCF43. Grayscale: #373737. Windows color (decimal): -15454020 or 12333076. OLE color: 12333076.

HSL color Cylindrical-coordinate representation of color #1430BC: hue angle of 230º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1430BC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 48 188 -
CMYK 0.89 0.74 0 0.26
HSL 230º 0.81% 0.41% -
HSV(B) 230º 0.89% 0.74% -
XYZ 10.42 5.89 48.17 -
YUV 55.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 20 48 188 0.89 0.74 0 0.26 230 0.81 0.41
Hex 14 30 BC 59 4A 0 1A E6 51 29
Octal 24 60 274 131 112 0 32 346 121 51
Binary 10100 110000 10111100 1011001 1001010 0 11010 11100110 1010001 101001

Color Harmonies of #1430BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1430BC

Black with #1430BC

Text Example


Text Example

White with #1430BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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