Html Css Color HEX #0154BB Cobalt

📋 copy color: '#0154BB'

red 1 ◦ green 84 ◦ blue 187

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

Shades of Cobalt #0154BB

Tints of Cobalt #0154BB

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 187 (73.44% from 255) = 68.75%

R = 0.37%
G = 30.88%
B = 68.75%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0154BB (or 0x0154BB) is known color: Cobalt. HEX triplet: 01, 54 and BB. RGB value is (1,84,187). Sum of RGB (Red+Green+Blue) = 1+84+187=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #0154BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154BB is #FEAB44. Grayscale: #464646. Windows color (decimal): -16689989 or 12276737. OLE color: 12276737.

HSL color Cylindrical-coordinate representation of color #0154BB: hue angle of 213.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0154BB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 84 187 -
CMYK 0.99 0.55 0 0.27
HSL 213.23º 0.99% 0.37% -
HSV(B) 213.23º 0.99% 0.73% -
XYZ 12.15 9.93 48.29 -
YUV 70.93 193.5 78.12 -
System Red Green Blue C M Y K H S L
Decimal 1 84 187 0.99 0.55 0 0.27 213.23 0.99 0.37
Hex 1 54 BB 63 37 0 1B D5 63 25
Octal 1 124 273 143 67 0 33 325 143 45
Binary 1 1010100 10111011 1100011 110111 0 11011 11010101 1100011 100101

Color Harmonies of #0154BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154BB

Black with #0154BB

Text Example


Text Example

White with #0154BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0154BB; }

 p { color: rgb(1,84,187); }

 H1.HeaderClassName
 {
   color: #0154BB;
 }
 .AnyTagClassName
 {
   color: #0154BB;
 }
</style>

background-color css

<style>
 a { background-color: #0154BB; }

 a { background-color: rgb(1,84,187); }

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

border-color css

<style>
 span { border-color: #0154BB; }

 span { border-color: rgb(1,84,187); }

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