Html Css Color HEX #133FBF Persian Blue

📋 copy color: '#133FBF'

red 19 ◦ green 63 ◦ blue 191

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

Shades of Persian Blue #133FBF

Tints of Persian Blue #133FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.96%

R = 6.96%
G = 23.08%
B = 69.96%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#133FBF (or 0x133FBF) is known color: Persian Blue. HEX triplet: 13, 3F and BF. RGB value is (19,63,191). Sum of RGB (Red+Green+Blue) = 19+63+191=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #133FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FBF is #ECC040. Grayscale: #3F3F3F. Windows color (decimal): -15515713 or 12533523. OLE color: 12533523.

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

Color convert

RGB 19 63 191 -
CMYK 0.90 0.67 0 0.25
HSL 224.65º 0.82% 0.41% -
HSV(B) 224.65º 0.9% 0.75% -
XYZ 11.45 7.46 50.13 -
YUV 64.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 19 63 191 0.90 0.67 0 0.25 224.65 0.82 0.41
Hex 13 3F BF 5A 43 0 19 E1 52 29
Octal 23 77 277 132 103 0 31 341 122 51
Binary 10011 111111 10111111 1011010 1000011 0 11001 11100001 1010010 101001

Color Harmonies of #133FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FBF

Black with #133FBF

Text Example


Text Example

White with #133FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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