Html Css Color HEX #150CCB Medium Blue

📋 copy color: '#150CCB'

red 21 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #150CCB

Tints of Medium Blue #150CCB

RGB

 RED value IS 21 (8.59% from 255) = 8.9%

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 203 (79.69% from 255) = 86.02%

R = 8.9%
G = 5.08%
B = 86.02%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#150CCB (or 0x150CCB) is known color: Medium Blue. HEX triplet: 15, 0C and CB. RGB value is (21,12,203). Sum of RGB (Red+Green+Blue) = 21+12+203=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #150CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CCB is #EAF334. Grayscale: #232323. Windows color (decimal): -15397685 or 13306901. OLE color: 13306901.

HSL color Cylindrical-coordinate representation of color #150CCB: hue angle of 242.83º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CCB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 12 203 -
CMYK 0.90 0.94 0 0.20
HSL 242.83º 0.89% 0.42% -
HSV(B) 242.83º 0.94% 0.8% -
XYZ 11.22 4.73 56.82 -
YUV 36.47 221.98 116.97 -
System Red Green Blue C M Y K H S L
Decimal 21 12 203 0.90 0.94 0 0.20 242.83 0.89 0.42
Hex 15 C CB 5A 5E 0 14 F3 59 2A
Octal 25 14 313 132 136 0 24 363 131 52
Binary 10101 1100 11001011 1011010 1011110 0 10100 11110011 1011001 101010

Color Harmonies of #150CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CCB

Black with #150CCB

Text Example


Text Example

White with #150CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150CCB; }

 p { color: rgb(21,12,203); }

 H1.HeaderClassName
 {
   color: #150CCB;
 }
 .AnyTagClassName
 {
   color: #150CCB;
 }
</style>

background-color css

<style>
 a { background-color: #150CCB; }

 a { background-color: rgb(21,12,203); }

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

border-color css

<style>
 span { border-color: #150CCB; }

 span { border-color: rgb(21,12,203); }

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