Html Css Color HEX #132BED Blue

📋 copy color: '#132BED'

red 19 ◦ green 43 ◦ blue 237

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

Shades of Blue #132BED

Tints of Blue #132BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

 BLUE value IS 237 (92.97% from 255) = 79.26%

R = 6.35%
G = 14.38%
B = 79.26%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#132BED (or 0x132BED) is known color: Blue. HEX triplet: 13, 2B and ED. RGB value is (19,43,237). Sum of RGB (Red+Green+Blue) = 19+43+237=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #132BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132BED is #ECD412. Grayscale: #393939. Windows color (decimal): -15520787 or 15543059. OLE color: 15543059.

HSL color Cylindrical-coordinate representation of color #132BED: hue angle of 233.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132BED is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 43 237 -
CMYK 0.92 0.82 0 0.07
HSL 233.39º 0.86% 0.5% -
HSV(B) 233.39º 0.92% 0.93% -
XYZ 16.42 7.98 80.8 -
YUV 57.94 229.05 100.23 -
System Red Green Blue C M Y K H S L
Decimal 19 43 237 0.92 0.82 0 0.07 233.39 0.86 0.5
Hex 13 2B ED 5C 52 0 7 E9 56 32
Octal 23 53 355 134 122 0 7 351 126 62
Binary 10011 101011 11101101 1011100 1010010 0 111 11101001 1010110 110010

Color Harmonies of #132BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BED

Black with #132BED

Text Example


Text Example

White with #132BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,237); }

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

background-color css

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

 a { background-color: rgb(19,43,237); }

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

border-color css

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

 span { border-color: rgb(19,43,237); }

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