Html Css Color HEX #133BBC Persian Blue

📋 copy color: '#133BBC'

red 19 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #133BBC

Tints of Persian Blue #133BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

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

R = 7.14%
G = 22.18%
B = 70.68%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#133BBC (or 0x133BBC) is known color: Persian Blue. HEX triplet: 13, 3B and BC. RGB value is (19,59,188). Sum of RGB (Red+Green+Blue) = 19+59+188=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #133BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BBC is #ECC443. Grayscale: #3D3D3D. Windows color (decimal): -15516740 or 12335891. OLE color: 12335891.

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

Color convert

RGB 19 59 188 -
CMYK 0.90 0.69 0 0.26
HSL 225.8º 0.82% 0.41% -
HSV(B) 225.8º 0.9% 0.74% -
XYZ 10.91 6.9 48.33 -
YUV 61.75 199.25 97.51 -
System Red Green Blue C M Y K H S L
Decimal 19 59 188 0.90 0.69 0 0.26 225.8 0.82 0.41
Hex 13 3B BC 5A 45 0 1A E2 52 29
Octal 23 73 274 132 105 0 32 342 122 51
Binary 10011 111011 10111100 1011010 1000101 0 11010 11100010 1010010 101001

Color Harmonies of #133BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BBC

Black with #133BBC

Text Example


Text Example

White with #133BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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