Html Css Color HEX #0150BB Cobalt

📋 copy color: '#0150BB'

red 1 ◦ green 80 ◦ blue 187

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

Shades of Cobalt #0150BB

Tints of Cobalt #0150BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.78%

R = 0.37%
G = 29.85%
B = 69.78%

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

#0150BB (or 0x0150BB) is known color: Cobalt. HEX triplet: 01, 50 and BB. RGB value is (1,80,187). Sum of RGB (Red+Green+Blue) = 1+80+187=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #0150BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150BB is #FEAF44. Grayscale: #444444. Windows color (decimal): -16691013 or 12275713. OLE color: 12275713.

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

Color convert

RGB 1 80 187 -
CMYK 0.99 0.57 0 0.27
HSL 214.52º 0.99% 0.37% -
HSV(B) 214.52º 0.99% 0.73% -
XYZ 11.85 9.33 48.19 -
YUV 68.58 194.83 79.8 -
System Red Green Blue C M Y K H S L
Decimal 1 80 187 0.99 0.57 0 0.27 214.52 0.99 0.37
Hex 1 50 BB 63 39 0 1B D7 63 25
Octal 1 120 273 143 71 0 33 327 143 45
Binary 1 1010000 10111011 1100011 111001 0 11011 11010111 1100011 100101

Color Harmonies of #0150BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0150BB

Black with #0150BB

Text Example


Text Example

White with #0150BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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