Html Css Color HEX #133FD5 Persian Blue

📋 copy color: '#133FD5'

red 19 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #133FD5

Tints of Persian Blue #133FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 213 (83.59% from 255) = 72.2%

R = 6.44%
G = 21.36%
B = 72.2%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#133FD5 (or 0x133FD5) is known color: Persian Blue. HEX triplet: 13, 3F and D5. RGB value is (19,63,213). Sum of RGB (Red+Green+Blue) = 19+63+213=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #133FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FD5 is #ECC02A. Grayscale: #424242. Windows color (decimal): -15515691 or 13975315. OLE color: 13975315.

HSL color Cylindrical-coordinate representation of color #133FD5: hue angle of 226.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133FD5 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 63 213 -
CMYK 0.91 0.70 0 0.16
HSL 226.39º 0.84% 0.45% -
HSV(B) 226.39º 0.91% 0.84% -
XYZ 14.06 8.5 63.85 -
YUV 66.94 210.42 93.8 -
System Red Green Blue C M Y K H S L
Decimal 19 63 213 0.91 0.70 0 0.16 226.39 0.84 0.45
Hex 13 3F D5 5B 46 0 10 E2 54 2D
Octal 23 77 325 133 106 0 20 342 124 55
Binary 10011 111111 11010101 1011011 1000110 0 10000 11100010 1010100 101101

Color Harmonies of #133FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FD5

Black with #133FD5

Text Example


Text Example

White with #133FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,213); }

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

background-color css

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

 a { background-color: rgb(19,63,213); }

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

border-color css

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

 span { border-color: rgb(19,63,213); }

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