Html Css Color HEX #133FEF Persian Blue

📋 copy color: '#133FEF'

red 19 ◦ green 63 ◦ blue 239

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

Shades of Persian Blue #133FEF

Tints of Persian Blue #133FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.45%

R = 5.92%
G = 19.63%
B = 74.45%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#133FEF (or 0x133FEF) is known color: Persian Blue. HEX triplet: 13, 3F and EF. RGB value is (19,63,239). Sum of RGB (Red+Green+Blue) = 19+63+239=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #133FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FEF is #ECC010. Grayscale: #454545. Windows color (decimal): -15515665 or 15679251. OLE color: 15679251.

HSL color Cylindrical-coordinate representation of color #133FEF: hue angle of 228º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133FEF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 63 239 -
CMYK 0.92 0.74 0 0.06
HSL 228º 0.87% 0.51% -
HSV(B) 228º 0.92% 0.94% -
XYZ 17.63 9.93 82.65 -
YUV 69.91 223.42 91.69 -
System Red Green Blue C M Y K H S L
Decimal 19 63 239 0.92 0.74 0 0.06 228 0.87 0.51
Hex 13 3F EF 5C 4A 0 6 E4 57 33
Octal 23 77 357 134 112 0 6 344 127 63
Binary 10011 111111 11101111 1011100 1001010 0 110 11100100 1010111 110011

Color Harmonies of #133FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FEF

Black with #133FEF

Text Example


Text Example

White with #133FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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