Html Css Color HEX #132FBE Persian Blue

📋 copy color: '#132FBE'

red 19 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #132FBE

Tints of Persian Blue #132FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 7.42%
G = 18.36%
B = 74.22%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#132FBE (or 0x132FBE) is known color: Persian Blue. HEX triplet: 13, 2F and BE. RGB value is (19,47,190). Sum of RGB (Red+Green+Blue) = 19+47+190=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #132FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FBE is #ECD041. Grayscale: #363636. Windows color (decimal): -15519810 or 12463891. OLE color: 12463891.

HSL color Cylindrical-coordinate representation of color #132FBE: hue angle of 230.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132FBE is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 47 190 -
CMYK 0.90 0.75 0 0.25
HSL 230.18º 0.82% 0.41% -
HSV(B) 230.18º 0.9% 0.75% -
XYZ 10.58 5.89 49.29 -
YUV 54.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 19 47 190 0.90 0.75 0 0.25 230.18 0.82 0.41
Hex 13 2F BE 5A 4B 0 19 E6 52 29
Octal 23 57 276 132 113 0 31 346 122 51
Binary 10011 101111 10111110 1011010 1001011 0 11001 11100110 1010010 101001

Color Harmonies of #132FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FBE

Black with #132FBE

Text Example


Text Example

White with #132FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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