Html Css Color HEX #0154AD Cobalt

📋 copy color: '#0154AD'

red 1 ◦ green 84 ◦ blue 173

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

Shades of Cobalt #0154AD

Tints of Cobalt #0154AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 0.39%
G = 32.56%
B = 67.05%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0154AD (or 0x0154AD) is known color: Cobalt. HEX triplet: 01, 54 and AD. RGB value is (1,84,173). Sum of RGB (Red+Green+Blue) = 1+84+173=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #0154AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0154AD is #FEAB52. Grayscale: #444444. Windows color (decimal): -16690003 or 11359233. OLE color: 11359233.

HSL color Cylindrical-coordinate representation of color #0154AD: hue angle of 211.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0154AD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 84 173 -
CMYK 0.99 0.51 0 0.32
HSL 211.05º 0.99% 0.34% -
HSV(B) 211.05º 0.99% 0.68% -
XYZ 10.73 9.36 40.78 -
YUV 69.33 186.5 79.26 -
System Red Green Blue C M Y K H S L
Decimal 1 84 173 0.99 0.51 0 0.32 211.05 0.99 0.34
Hex 1 54 AD 63 33 0 20 D3 63 22
Octal 1 124 255 143 63 0 40 323 143 42
Binary 1 1010100 10101101 1100011 110011 0 100000 11010011 1100011 100010

Color Harmonies of #0154AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154AD

Black with #0154AD

Text Example


Text Example

White with #0154AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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