Html Css Color HEX #133BEC Persian Blue

📋 copy color: '#133BEC'

red 19 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #133BEC

Tints of Persian Blue #133BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

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

R = 6.05%
G = 18.79%
B = 75.16%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#133BEC (or 0x133BEC) is known color: Persian Blue. HEX triplet: 13, 3B and EC. RGB value is (19,59,236). Sum of RGB (Red+Green+Blue) = 19+59+236=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #133BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BEC is #ECC413. Grayscale: #424242. Windows color (decimal): -15516692 or 15481619. OLE color: 15481619.

HSL color Cylindrical-coordinate representation of color #133BEC: hue angle of 228.94º 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 #133BEC is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 59 236 -
CMYK 0.92 0.75 0 0.07
HSL 228.94º 0.85% 0.5% -
HSV(B) 228.94º 0.92% 0.93% -
XYZ 16.97 9.32 80.26 -
YUV 67.22 223.25 93.61 -
System Red Green Blue C M Y K H S L
Decimal 19 59 236 0.92 0.75 0 0.07 228.94 0.85 0.5
Hex 13 3B EC 5C 4B 0 7 E5 55 32
Octal 23 73 354 134 113 0 7 345 125 62
Binary 10011 111011 11101100 1011100 1001011 0 111 11100101 1010101 110010

Color Harmonies of #133BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BEC

Black with #133BEC

Text Example


Text Example

White with #133BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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