Html Css Color HEX #133EEC Persian Blue

📋 copy color: '#133EEC'

red 19 ◦ green 62 ◦ blue 236

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

Shades of Persian Blue #133EEC

Tints of Persian Blue #133EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.45%

R = 5.99%
G = 19.56%
B = 74.45%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#133EEC (or 0x133EEC) is known color: Persian Blue. HEX triplet: 13, 3E and EC. RGB value is (19,62,236). Sum of RGB (Red+Green+Blue) = 19+62+236=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #133EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133EEC is #ECC113. Grayscale: #444444. Windows color (decimal): -15515924 or 15482387. OLE color: 15482387.

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

Color convert

RGB 19 62 236 -
CMYK 0.92 0.74 0 0.07
HSL 228.11º 0.85% 0.5% -
HSV(B) 228.11º 0.92% 0.93% -
XYZ 17.13 9.64 80.31 -
YUV 68.98 222.25 92.35 -
System Red Green Blue C M Y K H S L
Decimal 19 62 236 0.92 0.74 0 0.07 228.11 0.85 0.5
Hex 13 3E EC 5C 4A 0 7 E4 55 32
Octal 23 76 354 134 112 0 7 344 125 62
Binary 10011 111110 11101100 1011100 1001010 0 111 11100100 1010101 110010

Color Harmonies of #133EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EEC

Black with #133EEC

Text Example


Text Example

White with #133EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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