Html Css Color HEX #1330BF Persian Blue

📋 copy color: '#1330BF'

red 19 ◦ green 48 ◦ blue 191

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

Shades of Persian Blue #1330BF

Tints of Persian Blue #1330BF

RGB

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

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

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

R = 7.36%
G = 18.6%
B = 74.03%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1330BF (or 0x1330BF) is known color: Persian Blue. HEX triplet: 13, 30 and BF. RGB value is (19,48,191). Sum of RGB (Red+Green+Blue) = 19+48+191=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #1330BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330BF is #ECCF40. Grayscale: #373737. Windows color (decimal): -15519553 or 12529683. OLE color: 12529683.

HSL color Cylindrical-coordinate representation of color #1330BF: hue angle of 229.88º degrees, saturation: 0.82, 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 #1330BF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 48 191 -
CMYK 0.90 0.75 0 0.25
HSL 229.88º 0.82% 0.41% -
HSV(B) 229.88º 0.9% 0.75% -
XYZ 10.73 6.01 49.89 -
YUV 55.63 204.39 101.87 -
System Red Green Blue C M Y K H S L
Decimal 19 48 191 0.90 0.75 0 0.25 229.88 0.82 0.41
Hex 13 30 BF 5A 4B 0 19 E6 52 29
Octal 23 60 277 132 113 0 31 346 122 51
Binary 10011 110000 10111111 1011010 1001011 0 11001 11100110 1010010 101001

Color Harmonies of #1330BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330BF

Black with #1330BF

Text Example


Text Example

White with #1330BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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