Html Css Color HEX #133DCE Persian Blue

📋 copy color: '#133DCE'

red 19 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #133DCE

Tints of Persian Blue #133DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 6.64%
G = 21.33%
B = 72.03%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#133DCE (or 0x133DCE) is known color: Persian Blue. HEX triplet: 13, 3D and CE. RGB value is (19,61,206). Sum of RGB (Red+Green+Blue) = 19+61+206=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #133DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DCE is #ECC231. Grayscale: #404040. Windows color (decimal): -15516210 or 13516051. OLE color: 13516051.

HSL color Cylindrical-coordinate representation of color #133DCE: hue angle of 226.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133DCE is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 61 206 -
CMYK 0.91 0.70 0 0.19
HSL 226.52º 0.83% 0.44% -
HSV(B) 226.52º 0.91% 0.81% -
XYZ 13.08 7.93 59.23 -
YUV 64.97 207.59 95.21 -
System Red Green Blue C M Y K H S L
Decimal 19 61 206 0.91 0.70 0 0.19 226.52 0.83 0.44
Hex 13 3D CE 5B 46 0 13 E3 53 2C
Octal 23 75 316 133 106 0 23 343 123 54
Binary 10011 111101 11001110 1011011 1000110 0 10011 11100011 1010011 101100

Color Harmonies of #133DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DCE

Black with #133DCE

Text Example


Text Example

White with #133DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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