Html Css Color HEX #0149BB Cobalt

📋 copy color: '#0149BB'

red 1 ◦ green 73 ◦ blue 187

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

Shades of Cobalt #0149BB

Tints of Cobalt #0149BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 0.38%
G = 27.97%
B = 71.65%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0149BB (or 0x0149BB) is known color: Cobalt. HEX triplet: 01, 49 and BB. RGB value is (1,73,187). Sum of RGB (Red+Green+Blue) = 1+73+187=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #0149BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0149BB is #FEB644. Grayscale: #3F3F3F. Windows color (decimal): -16692805 or 12273921. OLE color: 12273921.

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

Color convert

RGB 1 73 187 -
CMYK 0.99 0.61 0 0.27
HSL 216.77º 0.99% 0.37% -
HSV(B) 216.77º 0.99% 0.73% -
XYZ 11.36 8.36 48.03 -
YUV 64.47 197.15 82.73 -
System Red Green Blue C M Y K H S L
Decimal 1 73 187 0.99 0.61 0 0.27 216.77 0.99 0.37
Hex 1 49 BB 63 3D 0 1B D9 63 25
Octal 1 111 273 143 75 0 33 331 143 45
Binary 1 1001001 10111011 1100011 111101 0 11011 11011001 1100011 100101

Color Harmonies of #0149BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0149BB

Black with #0149BB

Text Example


Text Example

White with #0149BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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