Html Css Color HEX #133BF3 Persian Blue

📋 copy color: '#133BF3'

red 19 ◦ green 59 ◦ blue 243

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

Shades of Persian Blue #133BF3

Tints of Persian Blue #133BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 75.7%

R = 5.92%
G = 18.38%
B = 75.7%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#133BF3 (or 0x133BF3) is known color: Persian Blue. HEX triplet: 13, 3B and F3. RGB value is (19,59,243). Sum of RGB (Red+Green+Blue) = 19+59+243=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #133BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BF3 is #ECC40C. Grayscale: #434343. Windows color (decimal): -15516685 or 15940371. OLE color: 15940371.

HSL color Cylindrical-coordinate representation of color #133BF3: hue angle of 229.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BF3 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 59 243 -
CMYK 0.92 0.76 0 0.05
HSL 229.29º 0.9% 0.51% -
HSV(B) 229.29º 0.92% 0.95% -
XYZ 18.01 9.74 85.72 -
YUV 68.02 226.75 93.04 -
System Red Green Blue C M Y K H S L
Decimal 19 59 243 0.92 0.76 0 0.05 229.29 0.9 0.51
Hex 13 3B F3 5C 4C 0 5 E5 5A 33
Octal 23 73 363 134 114 0 5 345 132 63
Binary 10011 111011 11110011 1011100 1001100 0 101 11100101 1011010 110011

Color Harmonies of #133BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BF3

Black with #133BF3

Text Example


Text Example

White with #133BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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