Html Css Color HEX #0154BE Cobalt

📋 copy color: '#0154BE'

red 1 ◦ green 84 ◦ blue 190

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

Shades of Cobalt #0154BE

Tints of Cobalt #0154BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.09%

R = 0.36%
G = 30.55%
B = 69.09%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0154BE (or 0x0154BE) is known color: Cobalt. HEX triplet: 01, 54 and BE. RGB value is (1,84,190). Sum of RGB (Red+Green+Blue) = 1+84+190=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #0154BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154BE is #FEAB41. Grayscale: #464646. Windows color (decimal): -16689986 or 12473345. OLE color: 12473345.

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

Color convert

RGB 1 84 190 -
CMYK 0.99 0.56 0 0.25
HSL 213.65º 0.99% 0.37% -
HSV(B) 213.65º 0.99% 0.75% -
XYZ 12.48 10.06 50 -
YUV 71.27 195 77.88 -
System Red Green Blue C M Y K H S L
Decimal 1 84 190 0.99 0.56 0 0.25 213.65 0.99 0.37
Hex 1 54 BE 63 38 0 19 D6 63 25
Octal 1 124 276 143 70 0 31 326 143 45
Binary 1 1010100 10111110 1100011 111000 0 11001 11010110 1100011 100101

Color Harmonies of #0154BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154BE

Black with #0154BE

Text Example


Text Example

White with #0154BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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