Html Css Color HEX #133FBB Persian Blue

📋 copy color: '#133FBB'

red 19 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #133FBB

Tints of Persian Blue #133FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

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

R = 7.06%
G = 23.42%
B = 69.52%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#133FBB (or 0x133FBB) is known color: Persian Blue. HEX triplet: 13, 3F and BB. RGB value is (19,63,187). Sum of RGB (Red+Green+Blue) = 19+63+187=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #133FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FBB is #ECC044. Grayscale: #3F3F3F. Windows color (decimal): -15515717 or 12271379. OLE color: 12271379.

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

Color convert

RGB 19 63 187 -
CMYK 0.90 0.66 0 0.27
HSL 224.29º 0.82% 0.4% -
HSV(B) 224.29º 0.9% 0.73% -
XYZ 11.02 7.28 47.84 -
YUV 63.98 197.42 95.92 -
System Red Green Blue C M Y K H S L
Decimal 19 63 187 0.90 0.66 0 0.27 224.29 0.82 0.4
Hex 13 3F BB 5A 42 0 1B E0 52 28
Octal 23 77 273 132 102 0 33 340 122 50
Binary 10011 111111 10111011 1011010 1000010 0 11011 11100000 1010010 101000

Color Harmonies of #133FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FBB

Black with #133FBB

Text Example


Text Example

White with #133FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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