Html Css Color HEX #0154BD Cobalt

📋 copy color: '#0154BD'

red 1 ◦ green 84 ◦ blue 189

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

Shades of Cobalt #0154BD

Tints of Cobalt #0154BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 0.36%
G = 30.66%
B = 68.98%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0154BD (or 0x0154BD) is known color: Cobalt. HEX triplet: 01, 54 and BD. RGB value is (1,84,189). Sum of RGB (Red+Green+Blue) = 1+84+189=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #0154BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154BD is #FEAB42. Grayscale: #464646. Windows color (decimal): -16689987 or 12407809. OLE color: 12407809.

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

Color convert

RGB 1 84 189 -
CMYK 0.99 0.56 0 0.26
HSL 213.51º 0.99% 0.37% -
HSV(B) 213.51º 0.99% 0.74% -
XYZ 12.37 10.02 49.43 -
YUV 71.15 194.5 77.96 -
System Red Green Blue C M Y K H S L
Decimal 1 84 189 0.99 0.56 0 0.26 213.51 0.99 0.37
Hex 1 54 BD 63 38 0 1A D6 63 25
Octal 1 124 275 143 70 0 32 326 143 45
Binary 1 1010100 10111101 1100011 111000 0 11010 11010110 1100011 100101

Color Harmonies of #0154BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154BD

Black with #0154BD

Text Example


Text Example

White with #0154BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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