Html Css Color HEX #133AD8 Persian Blue

📋 copy color: '#133AD8'

red 19 ◦ green 58 ◦ blue 216

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

Shades of Persian Blue #133AD8

Tints of Persian Blue #133AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 73.72%

R = 6.48%
G = 19.8%
B = 73.72%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#133AD8 (or 0x133AD8) is known color: Persian Blue. HEX triplet: 13, 3A and D8. RGB value is (19,58,216). Sum of RGB (Red+Green+Blue) = 19+58+216=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 216 (84.77% from 255 or 73.72% from 293); Max value from RGB is 216 - color contains mainly: blue. Hex color #133AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AD8 is #ECC527. Grayscale: #3F3F3F. Windows color (decimal): -15516968 or 14170643. OLE color: 14170643.

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

Color convert

RGB 19 58 216 -
CMYK 0.91 0.73 0 0.15
HSL 228.12º 0.84% 0.46% -
HSV(B) 228.12º 0.91% 0.85% -
XYZ 14.18 8.12 65.79 -
YUV 64.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 19 58 216 0.91 0.73 0 0.15 228.12 0.84 0.46
Hex 13 3A D8 5B 49 0 F E4 54 2E
Octal 23 72 330 133 111 0 17 344 124 56
Binary 10011 111010 11011000 1011011 1001001 0 1111 11100100 1010100 101110

Color Harmonies of #133AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AD8

Black with #133AD8

Text Example


Text Example

White with #133AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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