Html Css Color HEX #133DC5 Persian Blue

📋 copy color: '#133DC5'

red 19 ◦ green 61 ◦ blue 197

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

Shades of Persian Blue #133DC5

Tints of Persian Blue #133DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 71.12%

R = 6.86%
G = 22.02%
B = 71.12%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#133DC5 (or 0x133DC5) is known color: Persian Blue. HEX triplet: 13, 3D and C5. RGB value is (19,61,197). Sum of RGB (Red+Green+Blue) = 19+61+197=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 197 (77.34% from 255 or 71.12% from 277); Max value from RGB is 197 - color contains mainly: blue. Hex color #133DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DC5 is #ECC23A. Grayscale: #3F3F3F. Windows color (decimal): -15516219 or 12926227. OLE color: 12926227.

HSL color Cylindrical-coordinate representation of color #133DC5: hue angle of 225.84º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133DC5 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 61 197 -
CMYK 0.90 0.69 0 0.23
HSL 225.84º 0.82% 0.42% -
HSV(B) 225.84º 0.9% 0.77% -
XYZ 12.02 7.51 53.64 -
YUV 63.95 203.09 95.94 -
System Red Green Blue C M Y K H S L
Decimal 19 61 197 0.90 0.69 0 0.23 225.84 0.82 0.42
Hex 13 3D C5 5A 45 0 17 E2 52 2A
Octal 23 75 305 132 105 0 27 342 122 52
Binary 10011 111101 11000101 1011010 1000101 0 10111 11100010 1010010 101010

Color Harmonies of #133DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DC5

Black with #133DC5

Text Example


Text Example

White with #133DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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