Html Css Color HEX #133BCB Persian Blue

📋 copy color: '#133BCB'

red 19 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #133BCB

Tints of Persian Blue #133BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 6.76%
G = 21%
B = 72.24%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#133BCB (or 0x133BCB) is known color: Persian Blue. HEX triplet: 13, 3B and CB. RGB value is (19,59,203). Sum of RGB (Red+Green+Blue) = 19+59+203=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #133BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BCB is #ECC434. Grayscale: #3E3E3E. Windows color (decimal): -15516725 or 13318931. OLE color: 13318931.

HSL color Cylindrical-coordinate representation of color #133BCB: hue angle of 226.96º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133BCB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 59 203 -
CMYK 0.91 0.71 0 0.20
HSL 226.96º 0.83% 0.44% -
HSV(B) 226.96º 0.91% 0.8% -
XYZ 12.61 7.58 57.3 -
YUV 63.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 19 59 203 0.91 0.71 0 0.20 226.96 0.83 0.44
Hex 13 3B CB 5B 47 0 14 E3 53 2C
Octal 23 73 313 133 107 0 24 343 123 54
Binary 10011 111011 11001011 1011011 1000111 0 10100 11100011 1010011 101100

Color Harmonies of #133BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BCB

Black with #133BCB

Text Example


Text Example

White with #133BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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