Html Css Color HEX #133DBA Persian Blue

📋 copy color: '#133DBA'

red 19 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #133DBA

Tints of Persian Blue #133DBA

RGB

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

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

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

R = 7.14%
G = 22.93%
B = 69.92%

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

#133DBA (or 0x133DBA) is known color: Persian Blue. HEX triplet: 13, 3D and BA. RGB value is (19,61,186). Sum of RGB (Red+Green+Blue) = 19+61+186=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #133DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DBA is #ECC245. Grayscale: #3E3E3E. Windows color (decimal): -15516230 or 12205331. OLE color: 12205331.

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

Color convert

RGB 19 61 186 -
CMYK 0.90 0.67 0 0.27
HSL 224.91º 0.81% 0.4% -
HSV(B) 224.91º 0.9% 0.73% -
XYZ 10.8 7.02 47.24 -
YUV 62.69 197.59 96.84 -
System Red Green Blue C M Y K H S L
Decimal 19 61 186 0.90 0.67 0 0.27 224.91 0.81 0.4
Hex 13 3D BA 5A 43 0 1B E1 51 28
Octal 23 75 272 132 103 0 33 341 121 50
Binary 10011 111101 10111010 1011010 1000011 0 11011 11100001 1010001 101000

Color Harmonies of #133DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DBA

Black with #133DBA

Text Example


Text Example

White with #133DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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