Html Css Color HEX #133DED Persian Blue

📋 copy color: '#133DED'

red 19 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #133DED

Tints of Persian Blue #133DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.76%

R = 5.99%
G = 19.24%
B = 74.76%

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

#133DED (or 0x133DED) is known color: Persian Blue. HEX triplet: 13, 3D and ED. RGB value is (19,61,237). Sum of RGB (Red+Green+Blue) = 19+61+237=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #133DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133DED is #ECC212. Grayscale: #434343. Windows color (decimal): -15516179 or 15547667. OLE color: 15547667.

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

Color convert

RGB 19 61 237 -
CMYK 0.92 0.74 0 0.07
HSL 228.44º 0.86% 0.5% -
HSV(B) 228.44º 0.92% 0.93% -
XYZ 17.22 9.59 81.06 -
YUV 68.51 223.09 92.69 -
System Red Green Blue C M Y K H S L
Decimal 19 61 237 0.92 0.74 0 0.07 228.44 0.86 0.5
Hex 13 3D ED 5C 4A 0 7 E4 56 32
Octal 23 75 355 134 112 0 7 344 126 62
Binary 10011 111101 11101101 1011100 1001010 0 111 11100100 1010110 110010

Color Harmonies of #133DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DED

Black with #133DED

Text Example


Text Example

White with #133DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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