Html Css Color HEX #0149A0 Cobalt

📋 copy color: '#0149A0'

red 1 ◦ green 73 ◦ blue 160

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

Shades of Cobalt #0149A0

Tints of Cobalt #0149A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 68.38%

R = 0.43%
G = 31.2%
B = 68.38%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0149A0 (or 0x0149A0) is known color: Cobalt. HEX triplet: 01, 49 and A0. RGB value is (1,73,160). Sum of RGB (Red+Green+Blue) = 1+73+160=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #0149A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0149A0 is #FEB65F. Grayscale: #3C3C3C. Windows color (decimal): -16692832 or 10504449. OLE color: 10504449.

HSL color Cylindrical-coordinate representation of color #0149A0: hue angle of 212.83º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0149A0 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 73 160 -
CMYK 0.99 0.54 0 0.37
HSL 212.83º 0.99% 0.32% -
HSV(B) 212.83º 0.99% 0.63% -
XYZ 8.74 7.31 34.21 -
YUV 61.39 183.65 84.93 -
System Red Green Blue C M Y K H S L
Decimal 1 73 160 0.99 0.54 0 0.37 212.83 0.99 0.32
Hex 1 49 A0 63 36 0 25 D5 63 20
Octal 1 111 240 143 66 0 45 325 143 40
Binary 1 1001001 10100000 1100011 110110 0 100101 11010101 1100011 100000

Color Harmonies of #0149A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0149A0

Black with #0149A0

Text Example


Text Example

White with #0149A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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