Html Css Color HEX #1330BB Persian Blue

📋 copy color: '#1330BB'

red 19 ◦ green 48 ◦ blue 187

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

Shades of Persian Blue #1330BB

Tints of Persian Blue #1330BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.62%

R = 7.48%
G = 18.9%
B = 73.62%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1330BB (or 0x1330BB) is known color: Persian Blue. HEX triplet: 13, 30 and BB. RGB value is (19,48,187). Sum of RGB (Red+Green+Blue) = 19+48+187=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #1330BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330BB is #ECCF44. Grayscale: #363636. Windows color (decimal): -15519557 or 12267539. OLE color: 12267539.

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

Color convert

RGB 19 48 187 -
CMYK 0.90 0.74 0 0.27
HSL 229.64º 0.82% 0.4% -
HSV(B) 229.64º 0.9% 0.73% -
XYZ 10.3 5.84 47.6 -
YUV 55.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 19 48 187 0.90 0.74 0 0.27 229.64 0.82 0.4
Hex 13 30 BB 5A 4A 0 1B E6 52 28
Octal 23 60 273 132 112 0 33 346 122 50
Binary 10011 110000 10111011 1011010 1001010 0 11011 11100110 1010010 101000

Color Harmonies of #1330BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330BB

Black with #1330BB

Text Example


Text Example

White with #1330BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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