Html Css Color HEX #133DEC Persian Blue

📋 copy color: '#133DEC'

red 19 ◦ green 61 ◦ blue 236

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

Shades of Persian Blue #133DEC

Tints of Persian Blue #133DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

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

R = 6.01%
G = 19.3%
B = 74.68%

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

#133DEC (or 0x133DEC) is known color: Persian Blue. HEX triplet: 13, 3D and EC. RGB value is (19,61,236). Sum of RGB (Red+Green+Blue) = 19+61+236=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #133DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133DEC is #ECC213. Grayscale: #434343. Windows color (decimal): -15516180 or 15482131. OLE color: 15482131.

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

Color convert

RGB 19 61 236 -
CMYK 0.92 0.74 0 0.07
HSL 228.39º 0.85% 0.5% -
HSV(B) 228.39º 0.92% 0.93% -
XYZ 17.08 9.53 80.3 -
YUV 68.39 222.59 92.77 -
System Red Green Blue C M Y K H S L
Decimal 19 61 236 0.92 0.74 0 0.07 228.39 0.85 0.5
Hex 13 3D EC 5C 4A 0 7 E4 55 32
Octal 23 75 354 134 112 0 7 344 125 62
Binary 10011 111101 11101100 1011100 1001010 0 111 11100100 1010101 110010

Color Harmonies of #133DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DEC

Black with #133DEC

Text Example


Text Example

White with #133DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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