Html Css Color HEX #1330CB Persian Blue

📋 copy color: '#1330CB'

red 19 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #1330CB

Tints of Persian Blue #1330CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 7.04%
G = 17.78%
B = 75.19%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1330CB (or 0x1330CB) is known color: Persian Blue. HEX triplet: 13, 30 and CB. RGB value is (19,48,203). Sum of RGB (Red+Green+Blue) = 19+48+203=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #1330CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330CB is #ECCF34. Grayscale: #383838. Windows color (decimal): -15519541 or 13316115. OLE color: 13316115.

HSL color Cylindrical-coordinate representation of color #1330CB: hue angle of 230.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1330CB is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 48 203 -
CMYK 0.91 0.76 0 0.20
HSL 230.54º 0.83% 0.44% -
HSV(B) 230.54º 0.91% 0.8% -
XYZ 12.11 6.56 57.13 -
YUV 57 210.39 100.9 -
System Red Green Blue C M Y K H S L
Decimal 19 48 203 0.91 0.76 0 0.20 230.54 0.83 0.44
Hex 13 30 CB 5B 4C 0 14 E7 53 2C
Octal 23 60 313 133 114 0 24 347 123 54
Binary 10011 110000 11001011 1011011 1001100 0 10100 11100111 1010011 101100

Color Harmonies of #1330CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330CB

Black with #1330CB

Text Example


Text Example

White with #1330CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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