Html Css Color HEX #133FE6 Persian Blue

📋 copy color: '#133FE6'

red 19 ◦ green 63 ◦ blue 230

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

Shades of Persian Blue #133FE6

Tints of Persian Blue #133FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.72%

R = 6.09%
G = 20.19%
B = 73.72%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#133FE6 (or 0x133FE6) is known color: Persian Blue. HEX triplet: 13, 3F and E6. RGB value is (19,63,230). Sum of RGB (Red+Green+Blue) = 19+63+230=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 230 (90.23% from 255 or 73.72% from 312); Max value from RGB is 230 - color contains mainly: blue. Hex color #133FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FE6 is #ECC019. Grayscale: #444444. Windows color (decimal): -15515674 or 15089427. OLE color: 15089427.

HSL color Cylindrical-coordinate representation of color #133FE6: hue angle of 227.49º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133FE6 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 63 230 -
CMYK 0.92 0.73 0 0.10
HSL 227.49º 0.85% 0.49% -
HSV(B) 227.49º 0.92% 0.9% -
XYZ 16.33 9.41 75.82 -
YUV 68.88 218.92 92.42 -
System Red Green Blue C M Y K H S L
Decimal 19 63 230 0.92 0.73 0 0.10 227.49 0.85 0.49
Hex 13 3F E6 5C 49 0 A E3 55 31
Octal 23 77 346 134 111 0 12 343 125 61
Binary 10011 111111 11100110 1011100 1001001 0 1010 11100011 1010101 110001

Color Harmonies of #133FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FE6

Black with #133FE6

Text Example


Text Example

White with #133FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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