Html Css Color HEX #133CF8 Persian Blue

📋 copy color: '#133CF8'

red 19 ◦ green 60 ◦ blue 248

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

Shades of Persian Blue #133CF8

Tints of Persian Blue #133CF8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 5.81%
G = 18.35%
B = 75.84%

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

#133CF8 (or 0x133CF8) is known color: Persian Blue. HEX triplet: 13, 3C and F8. RGB value is (19,60,248). Sum of RGB (Red+Green+Blue) = 19+60+248=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #133CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CF8 is #ECC307. Grayscale: #444444. Windows color (decimal): -15516424 or 16268307. OLE color: 16268307.

HSL color Cylindrical-coordinate representation of color #133CF8: hue angle of 229.26º 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 #133CF8 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 60 248 -
CMYK 0.92 0.76 0 0.03
HSL 229.26º 0.94% 0.52% -
HSV(B) 229.26º 0.92% 0.97% -
XYZ 18.83 10.15 89.77 -
YUV 69.17 228.92 92.21 -
System Red Green Blue C M Y K H S L
Decimal 19 60 248 0.92 0.76 0 0.03 229.26 0.94 0.52
Hex 13 3C F8 5C 4C 0 3 E5 5E 34
Octal 23 74 370 134 114 0 3 345 136 64
Binary 10011 111100 11111000 1011100 1001100 0 11 11100101 1011110 110100

Color Harmonies of #133CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CF8

Black with #133CF8

Text Example


Text Example

White with #133CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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