Html Css Color HEX #133CDD Persian Blue

📋 copy color: '#133CDD'

red 19 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #133CDD

Tints of Persian Blue #133CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 6.33%
G = 20%
B = 73.67%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#133CDD (or 0x133CDD) is known color: Persian Blue. HEX triplet: 13, 3C and DD. RGB value is (19,60,221). Sum of RGB (Red+Green+Blue) = 19+60+221=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #133CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CDD is #ECC322. Grayscale: #414141. Windows color (decimal): -15516451 or 14498835. OLE color: 14498835.

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

Color convert

RGB 19 60 221 -
CMYK 0.91 0.73 0 0.13
HSL 227.82º 0.84% 0.47% -
HSV(B) 227.82º 0.91% 0.87% -
XYZ 14.94 8.59 69.28 -
YUV 66.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 19 60 221 0.91 0.73 0 0.13 227.82 0.84 0.47
Hex 13 3C DD 5B 49 0 D E4 54 2F
Octal 23 74 335 133 111 0 15 344 124 57
Binary 10011 111100 11011101 1011011 1001001 0 1101 11100100 1010100 101111

Color Harmonies of #133CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CDD

Black with #133CDD

Text Example


Text Example

White with #133CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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