Html Css Color HEX #133FDE Persian Blue

📋 copy color: '#133FDE'

red 19 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #133FDE

Tints of Persian Blue #133FDE

RGB

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

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

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

R = 6.25%
G = 20.72%
B = 73.03%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#133FDE (or 0x133FDE) is known color: Persian Blue. HEX triplet: 13, 3F and DE. RGB value is (19,63,222). Sum of RGB (Red+Green+Blue) = 19+63+222=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #133FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FDE is #ECC021. Grayscale: #434343. Windows color (decimal): -15515682 or 14565139. OLE color: 14565139.

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

Color convert

RGB 19 63 222 -
CMYK 0.91 0.72 0 0.13
HSL 227º 0.84% 0.47% -
HSV(B) 227º 0.91% 0.87% -
XYZ 15.23 8.97 70.04 -
YUV 67.97 214.92 93.07 -
System Red Green Blue C M Y K H S L
Decimal 19 63 222 0.91 0.72 0 0.13 227 0.84 0.47
Hex 13 3F DE 5B 48 0 D E3 54 2F
Octal 23 77 336 133 110 0 15 343 124 57
Binary 10011 111111 11011110 1011011 1001000 0 1101 11100011 1010100 101111

Color Harmonies of #133FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FDE

Black with #133FDE

Text Example


Text Example

White with #133FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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