Html Css Color HEX #0140BA Cobalt

📋 copy color: '#0140BA'

red 1 ◦ green 64 ◦ blue 186

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

Shades of Cobalt #0140BA

Tints of Cobalt #0140BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 0.4%
G = 25.5%
B = 74.1%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0140BA (or 0x0140BA) is known color: Cobalt. HEX triplet: 01, 40 and BA. RGB value is (1,64,186). Sum of RGB (Red+Green+Blue) = 1+64+186=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #0140BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140BA is #FEBF45. Grayscale: #3A3A3A. Windows color (decimal): -16695110 or 12206081. OLE color: 12206081.

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

Color convert

RGB 1 64 186 -
CMYK 0.99 0.66 0 0.27
HSL 219.57º 0.99% 0.37% -
HSV(B) 219.57º 0.99% 0.73% -
XYZ 10.71 7.22 47.28 -
YUV 59.07 199.63 86.58 -
System Red Green Blue C M Y K H S L
Decimal 1 64 186 0.99 0.66 0 0.27 219.57 0.99 0.37
Hex 1 40 BA 63 42 0 1B DC 63 25
Octal 1 100 272 143 102 0 33 334 143 45
Binary 1 1000000 10111010 1100011 1000010 0 11011 11011100 1100011 100101

Color Harmonies of #0140BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0140BA

Black with #0140BA

Text Example


Text Example

White with #0140BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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