Html Css Color HEX #133CC0 Persian Blue

📋 copy color: '#133CC0'

red 19 ◦ green 60 ◦ blue 192

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

Shades of Persian Blue #133CC0

Tints of Persian Blue #133CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 192 (75.39% from 255) = 70.85%

R = 7.01%
G = 22.14%
B = 70.85%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#133CC0 (or 0x133CC0) is known color: Persian Blue. HEX triplet: 13, 3C and C0. RGB value is (19,60,192). Sum of RGB (Red+Green+Blue) = 19+60+192=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #133CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CC0 is #ECC33F. Grayscale: #3E3E3E. Windows color (decimal): -15516480 or 12598291. OLE color: 12598291.

HSL color Cylindrical-coordinate representation of color #133CC0: hue angle of 225.78º 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 #133CC0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 60 192 -
CMYK 0.90 0.69 0 0.25
HSL 225.78º 0.82% 0.41% -
HSV(B) 225.78º 0.9% 0.75% -
XYZ 11.4 7.18 50.65 -
YUV 62.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 19 60 192 0.90 0.69 0 0.25 225.78 0.82 0.41
Hex 13 3C C0 5A 45 0 19 E2 52 29
Octal 23 74 300 132 105 0 31 342 122 51
Binary 10011 111100 11000000 1011010 1000101 0 11001 11100010 1010010 101001

Color Harmonies of #133CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CC0

Black with #133CC0

Text Example


Text Example

White with #133CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133CC0; }

 p { color: rgb(19,60,192); }

 H1.HeaderClassName
 {
   color: #133CC0;
 }
 .AnyTagClassName
 {
   color: #133CC0;
 }
</style>

background-color css

<style>
 a { background-color: #133CC0; }

 a { background-color: rgb(19,60,192); }

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

border-color css

<style>
 span { border-color: #133CC0; }

 span { border-color: rgb(19,60,192); }

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