Html Css Color HEX #133AD7 Persian Blue

📋 copy color: '#133AD7'

red 19 ◦ green 58 ◦ blue 215

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

Shades of Persian Blue #133AD7

Tints of Persian Blue #133AD7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

 BLUE value IS 215 (84.38% from 255) = 73.63%

R = 6.51%
G = 19.86%
B = 73.63%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#133AD7 (or 0x133AD7) is known color: Persian Blue. HEX triplet: 13, 3A and D7. RGB value is (19,58,215). Sum of RGB (Red+Green+Blue) = 19+58+215=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 215 (84.38% from 255 or 73.63% from 292); Max value from RGB is 215 - color contains mainly: blue. Hex color #133AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AD7 is #ECC528. Grayscale: #3F3F3F. Windows color (decimal): -15516969 or 14105107. OLE color: 14105107.

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

Color convert

RGB 19 58 215 -
CMYK 0.91 0.73 0 0.16
HSL 228.06º 0.84% 0.46% -
HSV(B) 228.06º 0.91% 0.84% -
XYZ 14.05 8.07 65.11 -
YUV 64.24 213.08 95.73 -
System Red Green Blue C M Y K H S L
Decimal 19 58 215 0.91 0.73 0 0.16 228.06 0.84 0.46
Hex 13 3A D7 5B 49 0 10 E4 54 2E
Octal 23 72 327 133 111 0 20 344 124 56
Binary 10011 111010 11010111 1011011 1001001 0 10000 11100100 1010100 101110

Color Harmonies of #133AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AD7

Black with #133AD7

Text Example


Text Example

White with #133AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,215); }

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

background-color css

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

 a { background-color: rgb(19,58,215); }

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

border-color css

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

 span { border-color: rgb(19,58,215); }

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