Html Css Color HEX #133CC4 Persian Blue

📋 copy color: '#133CC4'

red 19 ◦ green 60 ◦ blue 196

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

Shades of Persian Blue #133CC4

Tints of Persian Blue #133CC4

RGB

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

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

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

R = 6.91%
G = 21.82%
B = 71.27%

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

#133CC4 (or 0x133CC4) is known color: Persian Blue. HEX triplet: 13, 3C and C4. RGB value is (19,60,196). Sum of RGB (Red+Green+Blue) = 19+60+196=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #133CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CC4 is #ECC33B. Grayscale: #3E3E3E. Windows color (decimal): -15516476 or 12860435. OLE color: 12860435.

HSL color Cylindrical-coordinate representation of color #133CC4: hue angle of 226.1º 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 #133CC4 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 60 196 -
CMYK 0.90 0.69 0 0.23
HSL 226.1º 0.82% 0.42% -
HSV(B) 226.1º 0.9% 0.77% -
XYZ 11.85 7.36 53.02 -
YUV 63.25 202.92 96.44 -
System Red Green Blue C M Y K H S L
Decimal 19 60 196 0.90 0.69 0 0.23 226.1 0.82 0.42
Hex 13 3C C4 5A 45 0 17 E2 52 2A
Octal 23 74 304 132 105 0 27 342 122 52
Binary 10011 111100 11000100 1011010 1000101 0 10111 11100010 1010010 101010

Color Harmonies of #133CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CC4

Black with #133CC4

Text Example


Text Example

White with #133CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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