Html Css Color HEX #133FBA Persian Blue

📋 copy color: '#133FBA'

red 19 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #133FBA

Tints of Persian Blue #133FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 7.09%
G = 23.51%
B = 69.4%

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

#133FBA (or 0x133FBA) is known color: Persian Blue. HEX triplet: 13, 3F and BA. RGB value is (19,63,186). Sum of RGB (Red+Green+Blue) = 19+63+186=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #133FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FBA is #ECC045. Grayscale: #3F3F3F. Windows color (decimal): -15515718 or 12205843. OLE color: 12205843.

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

Color convert

RGB 19 63 186 -
CMYK 0.90 0.66 0 0.27
HSL 224.19º 0.81% 0.4% -
HSV(B) 224.19º 0.9% 0.73% -
XYZ 10.91 7.24 47.28 -
YUV 63.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 19 63 186 0.90 0.66 0 0.27 224.19 0.81 0.4
Hex 13 3F BA 5A 42 0 1B E0 51 28
Octal 23 77 272 132 102 0 33 340 121 50
Binary 10011 111111 10111010 1011010 1000010 0 11011 11100000 1010001 101000

Color Harmonies of #133FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FBA

Black with #133FBA

Text Example


Text Example

White with #133FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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