Html Css Color HEX #133CDC Persian Blue

📋 copy color: '#133CDC'

red 19 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #133CDC

Tints of Persian Blue #133CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.58%

R = 6.35%
G = 20.07%
B = 73.58%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#133CDC (or 0x133CDC) is known color: Persian Blue. HEX triplet: 13, 3C and DC. RGB value is (19,60,220). Sum of RGB (Red+Green+Blue) = 19+60+220=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #133CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CDC is #ECC323. Grayscale: #414141. Windows color (decimal): -15516452 or 14433299. OLE color: 14433299.

HSL color Cylindrical-coordinate representation of color #133CDC: hue angle of 227.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133CDC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 60 220 -
CMYK 0.91 0.73 0 0.14
HSL 227.76º 0.84% 0.47% -
HSV(B) 227.76º 0.91% 0.86% -
XYZ 14.8 8.54 68.58 -
YUV 65.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 19 60 220 0.91 0.73 0 0.14 227.76 0.84 0.47
Hex 13 3C DC 5B 49 0 E E4 54 2F
Octal 23 74 334 133 111 0 16 344 124 57
Binary 10011 111100 11011100 1011011 1001001 0 1110 11100100 1010100 101111

Color Harmonies of #133CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CDC

Black with #133CDC

Text Example


Text Example

White with #133CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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