Html Css Color HEX #151ACB Medium Blue

📋 copy color: '#151ACB'

red 21 ◦ green 26 ◦ blue 203

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

Shades of Medium Blue #151ACB

Tints of Medium Blue #151ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

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

R = 8.4%
G = 10.4%
B = 81.2%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#151ACB (or 0x151ACB) is known color: Medium Blue. HEX triplet: 15, 1A and CB. RGB value is (21,26,203). Sum of RGB (Red+Green+Blue) = 21+26+203=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #151ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ACB is #EAE534. Grayscale: #2B2B2B. Windows color (decimal): -15394101 or 13310485. OLE color: 13310485.

HSL color Cylindrical-coordinate representation of color #151ACB: hue angle of 238.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ACB is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 26 203 -
CMYK 0.90 0.87 0 0.20
HSL 238.35º 0.81% 0.44% -
HSV(B) 238.35º 0.9% 0.8% -
XYZ 11.46 5.21 56.9 -
YUV 44.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 21 26 203 0.90 0.87 0 0.20 238.35 0.81 0.44
Hex 15 1A CB 5A 57 0 14 EE 51 2C
Octal 25 32 313 132 127 0 24 356 121 54
Binary 10101 11010 11001011 1011010 1010111 0 10100 11101110 1010001 101100

Color Harmonies of #151ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ACB

Black with #151ACB

Text Example


Text Example

White with #151ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151ACB; }

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

 H1.HeaderClassName
 {
   color: #151ACB;
 }
 .AnyTagClassName
 {
   color: #151ACB;
 }
</style>

background-color css

<style>
 a { background-color: #151ACB; }

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

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

border-color css

<style>
 span { border-color: #151ACB; }

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

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