Html Css Color HEX #133BDC Persian Blue

📋 copy color: '#133BDC'

red 19 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #133BDC

Tints of Persian Blue #133BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 6.38%
G = 19.8%
B = 73.83%

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

#133BDC (or 0x133BDC) is known color: Persian Blue. HEX triplet: 13, 3B and DC. RGB value is (19,59,220). Sum of RGB (Red+Green+Blue) = 19+59+220=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #133BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BDC is #ECC423. Grayscale: #404040. Windows color (decimal): -15516708 or 14433043. OLE color: 14433043.

HSL color Cylindrical-coordinate representation of color #133BDC: hue angle of 228.06º 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 #133BDC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 59 220 -
CMYK 0.91 0.73 0 0.14
HSL 228.06º 0.84% 0.47% -
HSV(B) 228.06º 0.91% 0.86% -
XYZ 14.75 8.43 68.56 -
YUV 65.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 19 59 220 0.91 0.73 0 0.14 228.06 0.84 0.47
Hex 13 3B DC 5B 49 0 E E4 54 2F
Octal 23 73 334 133 111 0 16 344 124 57
Binary 10011 111011 11011100 1011011 1001001 0 1110 11100100 1010100 101111

Color Harmonies of #133BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BDC

Black with #133BDC

Text Example


Text Example

White with #133BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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