Html Css Color HEX #0146BF Cobalt

📋 copy color: '#0146BF'

red 1 ◦ green 70 ◦ blue 191

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

Shades of Cobalt #0146BF

Tints of Cobalt #0146BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 191 (75% from 255) = 72.9%

R = 0.38%
G = 26.72%
B = 72.9%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0146BF (or 0x0146BF) is known color: Cobalt. HEX triplet: 01, 46 and BF. RGB value is (1,70,191). Sum of RGB (Red+Green+Blue) = 1+70+191=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #0146BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0146BF is #FEB940. Grayscale: #3E3E3E. Windows color (decimal): -16693569 or 12535297. OLE color: 12535297.

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

Color convert

RGB 1 70 191 -
CMYK 0.99 0.63 0 0.25
HSL 218.21º 0.99% 0.38% -
HSV(B) 218.21º 0.99% 0.75% -
XYZ 11.61 8.15 50.25 -
YUV 63.16 200.14 83.66 -
System Red Green Blue C M Y K H S L
Decimal 1 70 191 0.99 0.63 0 0.25 218.21 0.99 0.38
Hex 1 46 BF 63 3F 0 19 DA 63 26
Octal 1 106 277 143 77 0 31 332 143 46
Binary 1 1000110 10111111 1100011 111111 0 11001 11011010 1100011 100110

Color Harmonies of #0146BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0146BF

Black with #0146BF

Text Example


Text Example

White with #0146BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0146BF; }

 p { color: rgb(1,70,191); }

 H1.HeaderClassName
 {
   color: #0146BF;
 }
 .AnyTagClassName
 {
   color: #0146BF;
 }
</style>

background-color css

<style>
 a { background-color: #0146BF; }

 a { background-color: rgb(1,70,191); }

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

border-color css

<style>
 span { border-color: #0146BF; }

 span { border-color: rgb(1,70,191); }

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