Html Css Color HEX #154C9B Cobalt

📋 copy color: '#154C9B'

red 21 ◦ green 76 ◦ blue 155

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

Shades of Cobalt #154C9B

Tints of Cobalt #154C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 8.33%
G = 30.16%
B = 61.51%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#154C9B (or 0x154C9B) is known color: Cobalt. HEX triplet: 15, 4C and 9B. RGB value is (21,76,155). Sum of RGB (Red+Green+Blue) = 21+76+155=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #154C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154C9B is #EAB364. Grayscale: #444444. Windows color (decimal): -15381349 or 10177557. OLE color: 10177557.

HSL color Cylindrical-coordinate representation of color #154C9B: hue angle of 215.37º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154C9B is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 76 155 -
CMYK 0.86 0.51 0 0.39
HSL 215.37º 0.76% 0.35% -
HSV(B) 215.37º 0.86% 0.61% -
XYZ 8.81 7.69 32.03 -
YUV 68.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 21 76 155 0.86 0.51 0 0.39 215.37 0.76 0.35
Hex 15 4C 9B 56 33 0 27 D7 4C 23
Octal 25 114 233 126 63 0 47 327 114 43
Binary 10101 1001100 10011011 1010110 110011 0 100111 11010111 1001100 100011

Color Harmonies of #154C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C9B

Black with #154C9B

Text Example


Text Example

White with #154C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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