Html Css Color HEX #0146AE Cobalt

📋 copy color: '#0146AE'

red 1 ◦ green 70 ◦ blue 174

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

Shades of Cobalt #0146AE

Tints of Cobalt #0146AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.02%

R = 0.41%
G = 28.57%
B = 71.02%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0146AE (or 0x0146AE) is known color: Cobalt. HEX triplet: 01, 46 and AE. RGB value is (1,70,174). Sum of RGB (Red+Green+Blue) = 1+70+174=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #0146AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0146AE is #FEB951. Grayscale: #3C3C3C. Windows color (decimal): -16693586 or 11421185. OLE color: 11421185.

HSL color Cylindrical-coordinate representation of color #0146AE: hue angle of 216.07º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0146AE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 70 174 -
CMYK 0.99 0.60 0 0.32
HSL 216.07º 0.99% 0.34% -
HSV(B) 216.07º 0.99% 0.68% -
XYZ 9.84 7.44 40.96 -
YUV 61.23 191.64 85.04 -
System Red Green Blue C M Y K H S L
Decimal 1 70 174 0.99 0.60 0 0.32 216.07 0.99 0.34
Hex 1 46 AE 63 3C 0 20 D8 63 22
Octal 1 106 256 143 74 0 40 330 143 42
Binary 1 1000110 10101110 1100011 111100 0 100000 11011000 1100011 100010

Color Harmonies of #0146AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0146AE

Black with #0146AE

Text Example


Text Example

White with #0146AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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