Html Css Color HEX #133CEC Persian Blue

📋 copy color: '#133CEC'

red 19 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #133CEC

Tints of Persian Blue #133CEC

RGB

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

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

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

R = 6.03%
G = 19.05%
B = 74.92%

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

#133CEC (or 0x133CEC) is known color: Persian Blue. HEX triplet: 13, 3C and EC. RGB value is (19,60,236). Sum of RGB (Red+Green+Blue) = 19+60+236=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #133CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CEC is #ECC313. Grayscale: #434343. Windows color (decimal): -15516436 or 15481875. OLE color: 15481875.

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

Color convert

RGB 19 60 236 -
CMYK 0.92 0.75 0 0.07
HSL 228.66º 0.85% 0.5% -
HSV(B) 228.66º 0.92% 0.93% -
XYZ 17.02 9.43 80.28 -
YUV 67.81 222.92 93.19 -
System Red Green Blue C M Y K H S L
Decimal 19 60 236 0.92 0.75 0 0.07 228.66 0.85 0.5
Hex 13 3C EC 5C 4B 0 7 E5 55 32
Octal 23 74 354 134 113 0 7 345 125 62
Binary 10011 111100 11101100 1011100 1001011 0 111 11100101 1010101 110010

Color Harmonies of #133CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CEC

Black with #133CEC

Text Example


Text Example

White with #133CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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