Html Css Color HEX #133DBE Persian Blue

📋 copy color: '#133DBE'

red 19 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #133DBE

Tints of Persian Blue #133DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 7.04%
G = 22.59%
B = 70.37%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#133DBE (or 0x133DBE) is known color: Persian Blue. HEX triplet: 13, 3D and BE. RGB value is (19,61,190). Sum of RGB (Red+Green+Blue) = 19+61+190=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #133DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DBE is #ECC241. Grayscale: #3E3E3E. Windows color (decimal): -15516226 or 12467475. OLE color: 12467475.

HSL color Cylindrical-coordinate representation of color #133DBE: hue angle of 225.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133DBE is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 61 190 -
CMYK 0.90 0.68 0 0.25
HSL 225.26º 0.82% 0.41% -
HSV(B) 225.26º 0.9% 0.75% -
XYZ 11.23 7.19 49.51 -
YUV 63.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 19 61 190 0.90 0.68 0 0.25 225.26 0.82 0.41
Hex 13 3D BE 5A 44 0 19 E1 52 29
Octal 23 75 276 132 104 0 31 341 122 51
Binary 10011 111101 10111110 1011010 1000100 0 11001 11100001 1010010 101001

Color Harmonies of #133DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DBE

Black with #133DBE

Text Example


Text Example

White with #133DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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