Html Css Color HEX #133ADE Persian Blue

📋 copy color: '#133ADE'

red 19 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #133ADE

Tints of Persian Blue #133ADE

RGB

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

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

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

R = 6.35%
G = 19.4%
B = 74.25%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#133ADE (or 0x133ADE) is known color: Persian Blue. HEX triplet: 13, 3A and DE. RGB value is (19,58,222). Sum of RGB (Red+Green+Blue) = 19+58+222=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #133ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ADE is #ECC521. Grayscale: #404040. Windows color (decimal): -15516962 or 14563859. OLE color: 14563859.

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

Color convert

RGB 19 58 222 -
CMYK 0.91 0.74 0 0.13
HSL 228.47º 0.84% 0.47% -
HSV(B) 228.47º 0.91% 0.87% -
XYZ 14.97 8.44 69.95 -
YUV 65.04 216.58 95.16 -
System Red Green Blue C M Y K H S L
Decimal 19 58 222 0.91 0.74 0 0.13 228.47 0.84 0.47
Hex 13 3A DE 5B 4A 0 D E4 54 2F
Octal 23 72 336 133 112 0 15 344 124 57
Binary 10011 111010 11011110 1011011 1001010 0 1101 11100100 1010100 101111

Color Harmonies of #133ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133ADE

Black with #133ADE

Text Example


Text Example

White with #133ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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