Html Css Color HEX #133DCD Persian Blue

📋 copy color: '#133DCD'

red 19 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #133DCD

Tints of Persian Blue #133DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 6.67%
G = 21.4%
B = 71.93%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#133DCD (or 0x133DCD) is known color: Persian Blue. HEX triplet: 13, 3D and CD. RGB value is (19,61,205). Sum of RGB (Red+Green+Blue) = 19+61+205=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #133DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DCD is #ECC232. Grayscale: #404040. Windows color (decimal): -15516211 or 13450515. OLE color: 13450515.

HSL color Cylindrical-coordinate representation of color #133DCD: hue angle of 226.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133DCD is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 61 205 -
CMYK 0.91 0.70 0 0.20
HSL 226.45º 0.83% 0.44% -
HSV(B) 226.45º 0.91% 0.8% -
XYZ 12.96 7.88 58.6 -
YUV 64.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 19 61 205 0.91 0.70 0 0.20 226.45 0.83 0.44
Hex 13 3D CD 5B 46 0 14 E2 53 2C
Octal 23 75 315 133 106 0 24 342 123 54
Binary 10011 111101 11001101 1011011 1000110 0 10100 11100010 1010011 101100

Color Harmonies of #133DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DCD

Black with #133DCD

Text Example


Text Example

White with #133DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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