Html Css Color HEX #0150BF Cobalt

📋 copy color: '#0150BF'

red 1 ◦ green 80 ◦ blue 191

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

Shades of Cobalt #0150BF

Tints of Cobalt #0150BF

RGB

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

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

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

R = 0.37%
G = 29.41%
B = 70.22%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0150BF (or 0x0150BF) is known color: Cobalt. HEX triplet: 01, 50 and BF. RGB value is (1,80,191). Sum of RGB (Red+Green+Blue) = 1+80+191=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #0150BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150BF is #FEAF40. Grayscale: #444444. Windows color (decimal): -16691009 or 12537857. OLE color: 12537857.

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

Color convert

RGB 1 80 191 -
CMYK 0.99 0.58 0 0.25
HSL 215.05º 0.99% 0.38% -
HSV(B) 215.05º 0.99% 0.75% -
XYZ 12.29 9.51 50.48 -
YUV 69.03 196.83 79.47 -
System Red Green Blue C M Y K H S L
Decimal 1 80 191 0.99 0.58 0 0.25 215.05 0.99 0.38
Hex 1 50 BF 63 3A 0 19 D7 63 26
Octal 1 120 277 143 72 0 31 327 143 46
Binary 1 1010000 10111111 1100011 111010 0 11001 11010111 1100011 100110

Color Harmonies of #0150BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0150BF

Black with #0150BF

Text Example


Text Example

White with #0150BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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