Html Css Color HEX #133ECC Persian Blue

📋 copy color: '#133ECC'

red 19 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #133ECC

Tints of Persian Blue #133ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 6.67%
G = 21.75%
B = 71.58%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#133ECC (or 0x133ECC) is known color: Persian Blue. HEX triplet: 13, 3E and CC. RGB value is (19,62,204). Sum of RGB (Red+Green+Blue) = 19+62+204=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #133ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ECC is #ECC133. Grayscale: #404040. Windows color (decimal): -15515956 or 13385235. OLE color: 13385235.

HSL color Cylindrical-coordinate representation of color #133ECC: hue angle of 226.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133ECC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 62 204 -
CMYK 0.91 0.70 0 0.2
HSL 226.05º 0.83% 0.44% -
HSV(B) 226.05º 0.91% 0.8% -
XYZ 12.89 7.94 57.98 -
YUV 65.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 19 62 204 0.91 0.70 0 0.2 226.05 0.83 0.44
Hex 13 3E CC 5B 46 0 14 E2 53 2C
Octal 23 76 314 133 106 0 24 342 123 54
Binary 10011 111110 11001100 1011011 1000110 0 10100 11100010 1010011 101100

Color Harmonies of #133ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133ECC

Black with #133ECC

Text Example


Text Example

White with #133ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,204); }

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

background-color css

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

 a { background-color: rgb(19,62,204); }

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

border-color css

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

 span { border-color: rgb(19,62,204); }

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