Html Css Color HEX #1330BD Persian Blue

📋 copy color: '#1330BD'

red 19 ◦ green 48 ◦ blue 189

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

Shades of Persian Blue #1330BD

Tints of Persian Blue #1330BD

RGB

 RED value IS 19 (7.81% from 255) = 7.42%

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

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 7.42%
G = 18.75%
B = 73.83%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1330BD (or 0x1330BD) is known color: Persian Blue. HEX triplet: 13, 30 and BD. RGB value is (19,48,189). Sum of RGB (Red+Green+Blue) = 19+48+189=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #1330BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330BD is #ECCF42. Grayscale: #363636. Windows color (decimal): -15519555 or 12398611. OLE color: 12398611.

HSL color Cylindrical-coordinate representation of color #1330BD: hue angle of 229.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1330BD is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 48 189 -
CMYK 0.90 0.75 0 0.26
HSL 229.76º 0.82% 0.41% -
HSV(B) 229.76º 0.9% 0.74% -
XYZ 10.51 5.93 48.73 -
YUV 55.4 203.39 102.04 -
System Red Green Blue C M Y K H S L
Decimal 19 48 189 0.90 0.75 0 0.26 229.76 0.82 0.41
Hex 13 30 BD 5A 4B 0 1A E6 52 29
Octal 23 60 275 132 113 0 32 346 122 51
Binary 10011 110000 10111101 1011010 1001011 0 11010 11100110 1010010 101001

Color Harmonies of #1330BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330BD

Black with #1330BD

Text Example


Text Example

White with #1330BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1330BD; }

 p { color: rgb(19,48,189); }

 H1.HeaderClassName
 {
   color: #1330BD;
 }
 .AnyTagClassName
 {
   color: #1330BD;
 }
</style>

background-color css

<style>
 a { background-color: #1330BD; }

 a { background-color: rgb(19,48,189); }

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

border-color css

<style>
 span { border-color: #1330BD; }

 span { border-color: rgb(19,48,189); }

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