Html Css Color HEX #132FEF Persian Blue

📋 copy color: '#132FEF'

red 19 ◦ green 47 ◦ blue 239

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

Shades of Persian Blue #132FEF

Tints of Persian Blue #132FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 6.23%
G = 15.41%
B = 78.36%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#132FEF (or 0x132FEF) is known color: Persian Blue. HEX triplet: 13, 2F and EF. RGB value is (19,47,239). Sum of RGB (Red+Green+Blue) = 19+47+239=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #132FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FEF is #ECD010. Grayscale: #3B3B3B. Windows color (decimal): -15519761 or 15675155. OLE color: 15675155.

HSL color Cylindrical-coordinate representation of color #132FEF: hue angle of 232.36º 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 #132FEF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 47 239 -
CMYK 0.92 0.80 0 0.06
HSL 232.36º 0.87% 0.51% -
HSV(B) 232.36º 0.92% 0.94% -
XYZ 16.87 8.4 82.39 -
YUV 60.52 228.72 98.39 -
System Red Green Blue C M Y K H S L
Decimal 19 47 239 0.92 0.80 0 0.06 232.36 0.87 0.51
Hex 13 2F EF 5C 50 0 6 E8 57 33
Octal 23 57 357 134 120 0 6 350 127 63
Binary 10011 101111 11101111 1011100 1010000 0 110 11101000 1010111 110011

Color Harmonies of #132FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FEF

Black with #132FEF

Text Example


Text Example

White with #132FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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