Html Css Color HEX #0155AD Cobalt

📋 copy color: '#0155AD'

red 1 ◦ green 85 ◦ blue 173

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

Shades of Cobalt #0155AD

Tints of Cobalt #0155AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.82%

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

R = 0.39%
G = 32.82%
B = 66.8%

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

#0155AD (or 0x0155AD) is known color: Cobalt. HEX triplet: 01, 55 and AD. RGB value is (1,85,173). Sum of RGB (Red+Green+Blue) = 1+85+173=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #0155AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0155AD is #FEAA52. Grayscale: #454545. Windows color (decimal): -16689747 or 11359489. OLE color: 11359489.

HSL color Cylindrical-coordinate representation of color #0155AD: hue angle of 210.7º 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 #0155AD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 85 173 -
CMYK 0.99 0.51 0 0.32
HSL 210.7º 0.99% 0.34% -
HSV(B) 210.7º 0.99% 0.68% -
XYZ 10.8 9.52 40.8 -
YUV 69.92 186.17 78.84 -
System Red Green Blue C M Y K H S L
Decimal 1 85 173 0.99 0.51 0 0.32 210.7 0.99 0.34
Hex 1 55 AD 63 33 0 20 D3 63 22
Octal 1 125 255 143 63 0 40 323 143 42
Binary 1 1010101 10101101 1100011 110011 0 100000 11010011 1100011 100010

Color Harmonies of #0155AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0155AD

Black with #0155AD

Text Example


Text Example

White with #0155AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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