Html Css Color HEX #0155BB Cobalt

📋 copy color: '#0155BB'

red 1 ◦ green 85 ◦ blue 187

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

Shades of Cobalt #0155BB

Tints of Cobalt #0155BB

RGB

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

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

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

R = 0.37%
G = 31.14%
B = 68.5%

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

#0155BB (or 0x0155BB) is known color: Cobalt. HEX triplet: 01, 55 and BB. RGB value is (1,85,187). Sum of RGB (Red+Green+Blue) = 1+85+187=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #0155BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155BB is #FEAA44. Grayscale: #474747. Windows color (decimal): -16689733 or 12276993. OLE color: 12276993.

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

Color convert

RGB 1 85 187 -
CMYK 0.99 0.55 0 0.27
HSL 212.9º 0.99% 0.37% -
HSV(B) 212.9º 0.99% 0.73% -
XYZ 12.23 10.09 48.32 -
YUV 71.51 193.17 77.71 -
System Red Green Blue C M Y K H S L
Decimal 1 85 187 0.99 0.55 0 0.27 212.9 0.99 0.37
Hex 1 55 BB 63 37 0 1B D5 63 25
Octal 1 125 273 143 67 0 33 325 143 45
Binary 1 1010101 10111011 1100011 110111 0 11011 11010101 1100011 100101

Color Harmonies of #0155BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0155BB

Black with #0155BB

Text Example


Text Example

White with #0155BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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