Html Css Color HEX #133CE8 Persian Blue

📋 copy color: '#133CE8'

red 19 ◦ green 60 ◦ blue 232

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

Shades of Persian Blue #133CE8

Tints of Persian Blue #133CE8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

 BLUE value IS 232 (91.02% from 255) = 74.6%

R = 6.11%
G = 19.29%
B = 74.6%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#133CE8 (or 0x133CE8) is known color: Persian Blue. HEX triplet: 13, 3C and E8. RGB value is (19,60,232). Sum of RGB (Red+Green+Blue) = 19+60+232=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #133CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CE8 is #ECC317. Grayscale: #424242. Windows color (decimal): -15516440 or 15219731. OLE color: 15219731.

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

Color convert

RGB 19 60 232 -
CMYK 0.92 0.74 0 0.09
HSL 228.45º 0.85% 0.49% -
HSV(B) 228.45º 0.92% 0.91% -
XYZ 16.45 9.2 77.25 -
YUV 67.35 220.92 93.51 -
System Red Green Blue C M Y K H S L
Decimal 19 60 232 0.92 0.74 0 0.09 228.45 0.85 0.49
Hex 13 3C E8 5C 4A 0 9 E4 55 31
Octal 23 74 350 134 112 0 11 344 125 61
Binary 10011 111100 11101000 1011100 1001010 0 1001 11100100 1010101 110001

Color Harmonies of #133CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CE8

Black with #133CE8

Text Example


Text Example

White with #133CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,60,232); }

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

background-color css

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

 a { background-color: rgb(19,60,232); }

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

border-color css

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

 span { border-color: rgb(19,60,232); }

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