Html Css Color HEX #0151BE Cobalt

📋 copy color: '#0151BE'

red 1 ◦ green 81 ◦ blue 190

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

Shades of Cobalt #0151BE

Tints of Cobalt #0151BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 0.37%
G = 29.78%
B = 69.85%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0151BE (or 0x0151BE) is known color: Cobalt. HEX triplet: 01, 51 and BE. RGB value is (1,81,190). Sum of RGB (Red+Green+Blue) = 1+81+190=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #0151BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0151BE is #FEAE41. Grayscale: #444444. Windows color (decimal): -16690754 or 12472577. OLE color: 12472577.

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

Color convert

RGB 1 81 190 -
CMYK 0.99 0.57 0 0.25
HSL 214.6º 0.99% 0.37% -
HSV(B) 214.6º 0.99% 0.75% -
XYZ 12.25 9.61 49.92 -
YUV 69.51 196 79.14 -
System Red Green Blue C M Y K H S L
Decimal 1 81 190 0.99 0.57 0 0.25 214.6 0.99 0.37
Hex 1 51 BE 63 39 0 19 D7 63 25
Octal 1 121 276 143 71 0 31 327 143 45
Binary 1 1010001 10111110 1100011 111001 0 11001 11010111 1100011 100101

Color Harmonies of #0151BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0151BE

Black with #0151BE

Text Example


Text Example

White with #0151BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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