Html Css Color HEX #133FBC Persian Blue

📋 copy color: '#133FBC'

red 19 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #133FBC

Tints of Persian Blue #133FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 7.04%
G = 23.33%
B = 69.63%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#133FBC (or 0x133FBC) is known color: Persian Blue. HEX triplet: 13, 3F and BC. RGB value is (19,63,188). Sum of RGB (Red+Green+Blue) = 19+63+188=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #133FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FBC is #ECC043. Grayscale: #3F3F3F. Windows color (decimal): -15515716 or 12336915. OLE color: 12336915.

HSL color Cylindrical-coordinate representation of color #133FBC: hue angle of 224.38º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133FBC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 63 188 -
CMYK 0.90 0.66 0 0.26
HSL 224.38º 0.82% 0.41% -
HSV(B) 224.38º 0.9% 0.74% -
XYZ 11.12 7.32 48.4 -
YUV 64.09 197.92 95.84 -
System Red Green Blue C M Y K H S L
Decimal 19 63 188 0.90 0.66 0 0.26 224.38 0.82 0.41
Hex 13 3F BC 5A 42 0 1A E0 52 29
Octal 23 77 274 132 102 0 32 340 122 51
Binary 10011 111111 10111100 1011010 1000010 0 11010 11100000 1010010 101001

Color Harmonies of #133FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FBC

Black with #133FBC

Text Example


Text Example

White with #133FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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