Html Css Color HEX #0150BA Cobalt

📋 copy color: '#0150BA'

red 1 ◦ green 80 ◦ blue 186

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

Shades of Cobalt #0150BA

Tints of Cobalt #0150BA

RGB

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

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

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

R = 0.37%
G = 29.96%
B = 69.66%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0150BA (or 0x0150BA) is known color: Cobalt. HEX triplet: 01, 50 and BA. RGB value is (1,80,186). Sum of RGB (Red+Green+Blue) = 1+80+186=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #0150BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150BA is #FEAF45. Grayscale: #434343. Windows color (decimal): -16691014 or 12210177. OLE color: 12210177.

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

Color convert

RGB 1 80 186 -
CMYK 0.99 0.57 0 0.27
HSL 214.38º 0.99% 0.37% -
HSV(B) 214.38º 0.99% 0.73% -
XYZ 11.74 9.29 47.63 -
YUV 68.46 194.33 79.88 -
System Red Green Blue C M Y K H S L
Decimal 1 80 186 0.99 0.57 0 0.27 214.38 0.99 0.37
Hex 1 50 BA 63 39 0 1B D6 63 25
Octal 1 120 272 143 71 0 33 326 143 45
Binary 1 1010000 10111010 1100011 111001 0 11011 11010110 1100011 100101

Color Harmonies of #0150BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0150BA

Black with #0150BA

Text Example


Text Example

White with #0150BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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