Html Css Color HEX #133BF8 Persian Blue

📋 copy color: '#133BF8'

red 19 ◦ green 59 ◦ blue 248

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

Shades of Persian Blue #133BF8

Tints of Persian Blue #133BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 76.07%

R = 5.83%
G = 18.1%
B = 76.07%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#133BF8 (or 0x133BF8) is known color: Persian Blue. HEX triplet: 13, 3B and F8. RGB value is (19,59,248). Sum of RGB (Red+Green+Blue) = 19+59+248=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 248 (97.27% from 255 or 76.07% from 326); Max value from RGB is 248 - color contains mainly: blue. Hex color #133BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BF8 is #ECC407. Grayscale: #434343. Windows color (decimal): -15516680 or 16268051. OLE color: 16268051.

HSL color Cylindrical-coordinate representation of color #133BF8: hue angle of 229.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BF8 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 59 248 -
CMYK 0.92 0.76 0 0.03
HSL 229.52º 0.94% 0.52% -
HSV(B) 229.52º 0.92% 0.97% -
XYZ 18.78 10.04 89.76 -
YUV 68.59 229.25 92.63 -
System Red Green Blue C M Y K H S L
Decimal 19 59 248 0.92 0.76 0 0.03 229.52 0.94 0.52
Hex 13 3B F8 5C 4C 0 3 E6 5E 34
Octal 23 73 370 134 114 0 3 346 136 64
Binary 10011 111011 11111000 1011100 1001100 0 11 11100110 1011110 110100

Color Harmonies of #133BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BF8

Black with #133BF8

Text Example


Text Example

White with #133BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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