Html Css Color HEX #133EBB Persian Blue

📋 copy color: '#133EBB'

red 19 ◦ green 62 ◦ blue 187

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

Shades of Persian Blue #133EBB

Tints of Persian Blue #133EBB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

 BLUE value IS 187 (73.44% from 255) = 69.78%

R = 7.09%
G = 23.13%
B = 69.78%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#133EBB (or 0x133EBB) is known color: Persian Blue. HEX triplet: 13, 3E and BB. RGB value is (19,62,187). Sum of RGB (Red+Green+Blue) = 19+62+187=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #133EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EBB is #ECC144. Grayscale: #3E3E3E. Windows color (decimal): -15515973 or 12271123. OLE color: 12271123.

HSL color Cylindrical-coordinate representation of color #133EBB: hue angle of 224.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133EBB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 62 187 -
CMYK 0.90 0.67 0 0.27
HSL 224.64º 0.82% 0.4% -
HSV(B) 224.64º 0.9% 0.73% -
XYZ 10.96 7.17 47.82 -
YUV 63.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 19 62 187 0.90 0.67 0 0.27 224.64 0.82 0.4
Hex 13 3E BB 5A 43 0 1B E1 52 28
Octal 23 76 273 132 103 0 33 341 122 50
Binary 10011 111110 10111011 1011010 1000011 0 11011 11100001 1010010 101000

Color Harmonies of #133EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EBB

Black with #133EBB

Text Example


Text Example

White with #133EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,187); }

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

background-color css

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

 a { background-color: rgb(19,62,187); }

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

border-color css

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

 span { border-color: rgb(19,62,187); }

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