Html Css Color HEX #133BCF Persian Blue

📋 copy color: '#133BCF'

red 19 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #133BCF

Tints of Persian Blue #133BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 6.67%
G = 20.7%
B = 72.63%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#133BCF (or 0x133BCF) is known color: Persian Blue. HEX triplet: 13, 3B and CF. RGB value is (19,59,207). Sum of RGB (Red+Green+Blue) = 19+59+207=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #133BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BCF is #ECC430. Grayscale: #3F3F3F. Windows color (decimal): -15516721 or 13581075. OLE color: 13581075.

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

Color convert

RGB 19 59 207 -
CMYK 0.91 0.71 0 0.19
HSL 227.23º 0.83% 0.44% -
HSV(B) 227.23º 0.91% 0.81% -
XYZ 13.1 7.77 59.84 -
YUV 63.91 208.75 95.97 -
System Red Green Blue C M Y K H S L
Decimal 19 59 207 0.91 0.71 0 0.19 227.23 0.83 0.44
Hex 13 3B CF 5B 47 0 13 E3 53 2C
Octal 23 73 317 133 107 0 23 343 123 54
Binary 10011 111011 11001111 1011011 1000111 0 10011 11100011 1010011 101100

Color Harmonies of #133BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BCF

Black with #133BCF

Text Example


Text Example

White with #133BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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