Html Css Color HEX #133BDE Persian Blue

📋 copy color: '#133BDE'

red 19 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #133BDE

Tints of Persian Blue #133BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74%

R = 6.33%
G = 19.67%
B = 74%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#133BDE (or 0x133BDE) is known color: Persian Blue. HEX triplet: 13, 3B and DE. RGB value is (19,59,222). Sum of RGB (Red+Green+Blue) = 19+59+222=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #133BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BDE is #ECC421. Grayscale: #404040. Windows color (decimal): -15516706 or 14564115. OLE color: 14564115.

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

Color convert

RGB 19 59 222 -
CMYK 0.91 0.73 0 0.13
HSL 228.18º 0.84% 0.47% -
HSV(B) 228.18º 0.91% 0.87% -
XYZ 15.02 8.54 69.96 -
YUV 65.62 216.25 94.75 -
System Red Green Blue C M Y K H S L
Decimal 19 59 222 0.91 0.73 0 0.13 228.18 0.84 0.47
Hex 13 3B DE 5B 49 0 D E4 54 2F
Octal 23 73 336 133 111 0 15 344 124 57
Binary 10011 111011 11011110 1011011 1001001 0 1101 11100100 1010100 101111

Color Harmonies of #133BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BDE

Black with #133BDE

Text Example


Text Example

White with #133BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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