Html Css Color HEX #133DC0 Persian Blue

📋 copy color: '#133DC0'

red 19 ◦ green 61 ◦ blue 192

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

Shades of Persian Blue #133DC0

Tints of Persian Blue #133DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

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

R = 6.99%
G = 22.43%
B = 70.59%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#133DC0 (or 0x133DC0) is known color: Persian Blue. HEX triplet: 13, 3D and C0. RGB value is (19,61,192). Sum of RGB (Red+Green+Blue) = 19+61+192=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #133DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DC0 is #ECC23F. Grayscale: #3E3E3E. Windows color (decimal): -15516224 or 12598547. OLE color: 12598547.

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

Color convert

RGB 19 61 192 -
CMYK 0.90 0.68 0 0.25
HSL 225.43º 0.82% 0.41% -
HSV(B) 225.43º 0.9% 0.75% -
XYZ 11.45 7.28 50.67 -
YUV 63.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 19 61 192 0.90 0.68 0 0.25 225.43 0.82 0.41
Hex 13 3D C0 5A 44 0 19 E1 52 29
Octal 23 75 300 132 104 0 31 341 122 51
Binary 10011 111101 11000000 1011010 1000100 0 11001 11100001 1010010 101001

Color Harmonies of #133DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DC0

Black with #133DC0

Text Example


Text Example

White with #133DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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