Html Css Color HEX #0351BE Cobalt

📋 copy color: '#0351BE'

red 3 ◦ green 81 ◦ blue 190

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

Shades of Cobalt #0351BE

Tints of Cobalt #0351BE

RGB

 RED value IS 3 (1.56% from 255) = 1.09%

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

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

R = 1.09%
G = 29.56%
B = 69.34%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0351BE (or 0x0351BE) is known color: Cobalt. HEX triplet: 03, 51 and BE. RGB value is (3,81,190). Sum of RGB (Red+Green+Blue) = 3+81+190=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #0351BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0351BE is #FCAE41. Grayscale: #454545. Windows color (decimal): -16559682 or 12472579. OLE color: 12472579.

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

Color convert

RGB 3 81 190 -
CMYK 0.98 0.57 0 0.25
HSL 214.97º 0.97% 0.38% -
HSV(B) 214.97º 0.98% 0.75% -
XYZ 12.27 9.62 49.93 -
YUV 70.1 195.66 80.14 -
System Red Green Blue C M Y K H S L
Decimal 3 81 190 0.98 0.57 0 0.25 214.97 0.97 0.38
Hex 3 51 BE 62 39 0 19 D7 61 26
Octal 3 121 276 142 71 0 31 327 141 46
Binary 11 1010001 10111110 1100010 111001 0 11001 11010111 1100001 100110

Color Harmonies of #0351BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0351BE

Black with #0351BE

Text Example


Text Example

White with #0351BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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