Html Css Color HEX #154CB3 Cobalt

📋 copy color: '#154CB3'

red 21 ◦ green 76 ◦ blue 179

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

Shades of Cobalt #154CB3

Tints of Cobalt #154CB3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

 BLUE value IS 179 (70.31% from 255) = 64.86%

R = 7.61%
G = 27.54%
B = 64.86%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#154CB3 (or 0x154CB3) is known color: Cobalt. HEX triplet: 15, 4C and B3. RGB value is (21,76,179). Sum of RGB (Red+Green+Blue) = 21+76+179=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #154CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154CB3 is #EAB34C. Grayscale: #464646. Windows color (decimal): -15381325 or 11750421. OLE color: 11750421.

HSL color Cylindrical-coordinate representation of color #154CB3: hue angle of 219.11º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154CB3 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 76 179 -
CMYK 0.88 0.58 0 0.30
HSL 219.11º 0.79% 0.39% -
HSV(B) 219.11º 0.88% 0.7% -
XYZ 11.03 8.58 43.72 -
YUV 71.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 21 76 179 0.88 0.58 0 0.30 219.11 0.79 0.39
Hex 15 4C B3 58 3A 0 1E DB 4F 27
Octal 25 114 263 130 72 0 36 333 117 47
Binary 10101 1001100 10110011 1011000 111010 0 11110 11011011 1001111 100111

Color Harmonies of #154CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CB3

Black with #154CB3

Text Example


Text Example

White with #154CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154CB3; }

 p { color: rgb(21,76,179); }

 H1.HeaderClassName
 {
   color: #154CB3;
 }
 .AnyTagClassName
 {
   color: #154CB3;
 }
</style>

background-color css

<style>
 a { background-color: #154CB3; }

 a { background-color: rgb(21,76,179); }

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

border-color css

<style>
 span { border-color: #154CB3; }

 span { border-color: rgb(21,76,179); }

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