Html Css Color HEX #0140BE Cobalt

📋 copy color: '#0140BE'

red 1 ◦ green 64 ◦ blue 190

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

Shades of Cobalt #0140BE

Tints of Cobalt #0140BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 0.39%
G = 25.1%
B = 74.51%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0140BE (or 0x0140BE) is known color: Cobalt. HEX triplet: 01, 40 and BE. RGB value is (1,64,190). Sum of RGB (Red+Green+Blue) = 1+64+190=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #0140BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140BE is #FEBF41. Grayscale: #3A3A3A. Windows color (decimal): -16695106 or 12468225. OLE color: 12468225.

HSL color Cylindrical-coordinate representation of color #0140BE: hue angle of 220º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0140BE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 64 190 -
CMYK 0.99 0.66 0 0.25
HSL 220º 0.99% 0.37% -
HSV(B) 220º 0.99% 0.75% -
XYZ 11.14 7.39 49.55 -
YUV 59.53 201.63 86.25 -
System Red Green Blue C M Y K H S L
Decimal 1 64 190 0.99 0.66 0 0.25 220 0.99 0.37
Hex 1 40 BE 63 42 0 19 DC 63 25
Octal 1 100 276 143 102 0 31 334 143 45
Binary 1 1000000 10111110 1100011 1000010 0 11001 11011100 1100011 100101

Color Harmonies of #0140BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0140BE

Black with #0140BE

Text Example


Text Example

White with #0140BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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