Html Css Color HEX #133BBE Persian Blue

📋 copy color: '#133BBE'

red 19 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #133BBE

Tints of Persian Blue #133BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

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

R = 7.09%
G = 22.01%
B = 70.9%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#133BBE (or 0x133BBE) is known color: Persian Blue. HEX triplet: 13, 3B and BE. RGB value is (19,59,190). Sum of RGB (Red+Green+Blue) = 19+59+190=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #133BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BBE is #ECC441. Grayscale: #3D3D3D. Windows color (decimal): -15516738 or 12466963. OLE color: 12466963.

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

Color convert

RGB 19 59 190 -
CMYK 0.90 0.69 0 0.25
HSL 225.96º 0.82% 0.41% -
HSV(B) 225.96º 0.9% 0.75% -
XYZ 11.13 6.98 49.48 -
YUV 61.97 200.25 97.35 -
System Red Green Blue C M Y K H S L
Decimal 19 59 190 0.90 0.69 0 0.25 225.96 0.82 0.41
Hex 13 3B BE 5A 45 0 19 E2 52 29
Octal 23 73 276 132 105 0 31 342 122 51
Binary 10011 111011 10111110 1011010 1000101 0 11001 11100010 1010010 101001

Color Harmonies of #133BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BBE

Black with #133BBE

Text Example


Text Example

White with #133BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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