Html Css Color HEX #0149BA Cobalt

📋 copy color: '#0149BA'

red 1 ◦ green 73 ◦ blue 186

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

Shades of Cobalt #0149BA

Tints of Cobalt #0149BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.54%

R = 0.38%
G = 28.08%
B = 71.54%

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

#0149BA (or 0x0149BA) is known color: Cobalt. HEX triplet: 01, 49 and BA. RGB value is (1,73,186). Sum of RGB (Red+Green+Blue) = 1+73+186=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #0149BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0149BA is #FEB645. Grayscale: #3F3F3F. Windows color (decimal): -16692806 or 12208385. OLE color: 12208385.

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

Color convert

RGB 1 73 186 -
CMYK 0.99 0.61 0 0.27
HSL 216.65º 0.99% 0.37% -
HSV(B) 216.65º 0.99% 0.73% -
XYZ 11.26 8.32 47.47 -
YUV 64.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 1 73 186 0.99 0.61 0 0.27 216.65 0.99 0.37
Hex 1 49 BA 63 3D 0 1B D9 63 25
Octal 1 111 272 143 75 0 33 331 143 45
Binary 1 1001001 10111010 1100011 111101 0 11011 11011001 1100011 100101

Color Harmonies of #0149BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0149BA

Black with #0149BA

Text Example


Text Example

White with #0149BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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