Html Css Color HEX #0151BC Cobalt

📋 copy color: '#0151BC'

red 1 ◦ green 81 ◦ blue 188

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

Shades of Cobalt #0151BC

Tints of Cobalt #0151BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 0.37%
G = 30%
B = 69.63%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0151BC (or 0x0151BC) is known color: Cobalt. HEX triplet: 01, 51 and BC. RGB value is (1,81,188). Sum of RGB (Red+Green+Blue) = 1+81+188=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #0151BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0151BC is #FEAE43. Grayscale: #444444. Windows color (decimal): -16690756 or 12341505. OLE color: 12341505.

HSL color Cylindrical-coordinate representation of color #0151BC: hue angle of 214.33º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0151BC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 81 188 -
CMYK 0.99 0.57 0 0.26
HSL 214.33º 0.99% 0.37% -
HSV(B) 214.33º 0.99% 0.74% -
XYZ 12.03 9.52 48.78 -
YUV 69.28 195 79.3 -
System Red Green Blue C M Y K H S L
Decimal 1 81 188 0.99 0.57 0 0.26 214.33 0.99 0.37
Hex 1 51 BC 63 39 0 1A D6 63 25
Octal 1 121 274 143 71 0 32 326 143 45
Binary 1 1010001 10111100 1100011 111001 0 11010 11010110 1100011 100101

Color Harmonies of #0151BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0151BC

Black with #0151BC

Text Example


Text Example

White with #0151BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0151BC; }

 p { color: rgb(1,81,188); }

 H1.HeaderClassName
 {
   color: #0151BC;
 }
 .AnyTagClassName
 {
   color: #0151BC;
 }
</style>

background-color css

<style>
 a { background-color: #0151BC; }

 a { background-color: rgb(1,81,188); }

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

border-color css

<style>
 span { border-color: #0151BC; }

 span { border-color: rgb(1,81,188); }

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