Html Css Color HEX #0150AE Cobalt

📋 copy color: '#0150AE'

red 1 ◦ green 80 ◦ blue 174

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

Shades of Cobalt #0150AE

Tints of Cobalt #0150AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

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

R = 0.39%
G = 31.37%
B = 68.24%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0150AE (or 0x0150AE) is known color: Cobalt. HEX triplet: 01, 50 and AE. RGB value is (1,80,174). Sum of RGB (Red+Green+Blue) = 1+80+174=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #0150AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0150AE is #FEAF51. Grayscale: #424242. Windows color (decimal): -16691026 or 11423745. OLE color: 11423745.

HSL color Cylindrical-coordinate representation of color #0150AE: hue angle of 212.6º 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 #0150AE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 80 174 -
CMYK 0.99 0.54 0 0.32
HSL 212.6º 0.99% 0.34% -
HSV(B) 212.6º 0.99% 0.68% -
XYZ 10.52 8.8 41.19 -
YUV 67.1 188.33 80.86 -
System Red Green Blue C M Y K H S L
Decimal 1 80 174 0.99 0.54 0 0.32 212.6 0.99 0.34
Hex 1 50 AE 63 36 0 20 D5 63 22
Octal 1 120 256 143 66 0 40 325 143 42
Binary 1 1010000 10101110 1100011 110110 0 100000 11010101 1100011 100010

Color Harmonies of #0150AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0150AE

Black with #0150AE

Text Example


Text Example

White with #0150AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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