Html Css Color HEX #133DC4 Persian Blue

📋 copy color: '#133DC4'

red 19 ◦ green 61 ◦ blue 196

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

Shades of Persian Blue #133DC4

Tints of Persian Blue #133DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 71.01%

R = 6.88%
G = 22.1%
B = 71.01%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#133DC4 (or 0x133DC4) is known color: Persian Blue. HEX triplet: 13, 3D and C4. RGB value is (19,61,196). Sum of RGB (Red+Green+Blue) = 19+61+196=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 196 (76.95% from 255 or 71.01% from 276); Max value from RGB is 196 - color contains mainly: blue. Hex color #133DC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DC4 is #ECC23B. Grayscale: #3F3F3F. Windows color (decimal): -15516220 or 12860691. OLE color: 12860691.

HSL color Cylindrical-coordinate representation of color #133DC4: hue angle of 225.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133DC4 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 61 196 -
CMYK 0.90 0.69 0 0.23
HSL 225.76º 0.82% 0.42% -
HSV(B) 225.76º 0.9% 0.77% -
XYZ 11.9 7.46 53.04 -
YUV 63.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 19 61 196 0.90 0.69 0 0.23 225.76 0.82 0.42
Hex 13 3D C4 5A 45 0 17 E2 52 2A
Octal 23 75 304 132 105 0 27 342 122 52
Binary 10011 111101 11000100 1011010 1000101 0 10111 11100010 1010010 101010

Color Harmonies of #133DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DC4

Black with #133DC4

Text Example


Text Example

White with #133DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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